mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
allow command-g to open the Groups window
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user