change the "Use Groups" shortcut to Cmd-G

This commit is contained in:
Mitchell Livingston 2008-12-26 00:44:37 +00:00
parent e3b2d77ebf
commit 641e38b728
2 changed files with 1523 additions and 190 deletions

View File

@ -2130,6 +2130,8 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
NSInteger groupValue = [torrent groupValue];
if (groupValue != lastGroupValue)
{
lastGroupValue = groupValue;
TorrentGroup * group = nil;
//try to see if the group already exists
@ -2149,8 +2151,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
[fDisplayedTorrents addObject: group];
groupTorrents = [group torrents];
lastGroupValue = groupValue;
}
[groupTorrents addObject: torrent];

File diff suppressed because it is too large Load Diff