allow command-g to open the Groups window

This commit is contained in:
Mitchell Livingston 2008-01-22 17:25:05 +00:00
parent 264bf866a5
commit e74b176956
2 changed files with 1868 additions and 1864 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
unsigned int i;
for (i = [indexes lastIndex]; i != NSNotFound; i = [indexes indexLessThanIndex: i])
{
item = [[menu itemAtIndex:i] retain];
item = [[menu itemAtIndex: i] retain];
[menu removeItemAtIndex: i];
[self insertItem: item atIndex: bottomIndex];
[item release];