mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 12:20:59 +00:00
Comment out super
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4859 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
abf7d42ddb
commit
890b701d28
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
||||||
[archiver encodeArray:[self itemArray] withName:@"itemArray"];
|
[archiver encodeArray:[self itemArray] withName:@"itemArray"];
|
||||||
//[archiver encodeString:[self titleOfSelectedItem] withName:@"selectedItem"];
|
//[archiver encodeString:[self titleOfSelectedItem] withName:@"selectedItem"];
|
||||||
//[archiver encodeString:[self title] withName:@"selectedItem"];
|
//[archiver encodeString:[self title] withName:@"selectedItem"];
|
||||||
[super encodeWithModelArchiver:archiver];
|
//[super encodeWithModelArchiver:archiver];
|
||||||
#else // need frame for workarounds to know where to place the popup
|
#else // need frame for workarounds to know where to place the popup
|
||||||
[archiver encodeRect:[self frame] withName:@"frame"];
|
[archiver encodeRect:[self frame] withName:@"frame"];
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue