diff --git a/macosx/TorrentTableView.m b/macosx/TorrentTableView.m index 7063d7f2e..dafd85682 100644 --- a/macosx/TorrentTableView.m +++ b/macosx/TorrentTableView.m @@ -454,7 +454,8 @@ { NSArray * groupTorrents = [item torrents]; [torrents addObjectsFromArray: groupTorrents]; - i += [groupTorrents count]; + if ([self isItemExpanded: item]) + i +=[groupTorrents count]; } }