mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Correct exception regarding locationKey.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25464 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
85dd5fed1f
commit
f6dc7bc66a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-09-07 19:57-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/0Menus/GormNSMenu.m: Correct exception on start when
|
||||
opening a gorm from the command line.
|
||||
|
||||
2007-09-05 00:41-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/2Controls/GormButtonAttributesInspector.h: Added ivars
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
return [[[self supermenu] locationKey] stringByAppendingFormat: @"\033%@",
|
||||
return [[[self supermenu] _locationKey] stringByAppendingFormat: @"\033%@",
|
||||
[self title]];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue