fix #1921 Selected collapsed groups do not pause/resume together

This commit is contained in:
Mitchell Livingston 2009-03-14 17:10:05 +00:00
parent b16cd42420
commit 1eb8292844
1 changed files with 2 additions and 1 deletions

View File

@ -454,7 +454,8 @@
{
NSArray * groupTorrents = [item torrents];
[torrents addObjectsFromArray: groupTorrents];
i += [groupTorrents count];
if ([self isItemExpanded: item])
i +=[groupTorrents count];
}
}