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:
Gregory John Casamento 2007-09-07 23:58:16 +00:00
parent 85dd5fed1f
commit f6dc7bc66a
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -230,7 +230,7 @@
}
else
{
return [[[self supermenu] locationKey] stringByAppendingFormat: @"\033%@",
return [[[self supermenu] _locationKey] stringByAppendingFormat: @"\033%@",
[self title]];
}
}