mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
* Model/GMAppKit.m ([NSPopUpButton -encodeWithModelArchiver:]):
More robust method for getting title (works on OPENSTEP, from George Fleischmann). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20343 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7447bc1045
commit
3c1705aaa9
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-11-11 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Model/GMAppKit.m ([NSPopUpButton -encodeWithModelArchiver:]):
|
||||
More robust method for getting title (works on OPENSTEP, from
|
||||
George Fleischmann).
|
||||
|
||||
2004-11-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/NSMenu.h
|
||||
|
|
|
@ -982,8 +982,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
|||
[archiver encodeArray:[self itemArray] withName:@"itemArray"];
|
||||
#endif
|
||||
|
||||
//[archiver encodeString:[self titleOfSelectedItem] withName:@"selectedItem"];
|
||||
[archiver encodeString:[self title] withName:@"selectedItem"];
|
||||
[archiver encodeString:[[self selectedItem] title] withName:@"selectedItem"];
|
||||
}
|
||||
|
||||
+ (id)createObjectForModelUnarchiver:(GMUnarchiver*)unarchiver
|
||||
|
|
Loading…
Reference in a new issue