1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 02:28:03 +00:00

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

View file

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