Comment out title

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4858 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1999-09-09 03:49:43 +00:00
parent 471b0beb35
commit 9381844385

View file

@ -807,7 +807,7 @@ void __dummy_GMAppKit_functionForLinking() {}
popup buttons cannot be handled by the convertor! */
[archiver encodeArray:[self itemArray] withName:@"itemArray"];
//[archiver encodeString:[self titleOfSelectedItem] withName:@"selectedItem"];
[archiver encodeString:[self title] withName:@"selectedItem"];
//[archiver encodeString:[self title] withName:@"selectedItem"];
[super encodeWithModelArchiver:archiver];
#else // need frame for workarounds to know where to place the popup
[archiver encodeRect:[self frame] withName:@"frame"];