mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
revert accidental removal in r13172
This commit is contained in:
@@ -2401,6 +2401,13 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
||||
if (onLion)
|
||||
[fTableView insertItemsAtIndexes: [NSIndexSet indexSetWithIndexesInRange: NSMakeRange(0, [fDisplayedTorrents count])] inParent: nil withAnimation: NSTableViewAnimationEffectFade];
|
||||
|
||||
if (groupRows)
|
||||
{
|
||||
//actually expand group rows
|
||||
for (TorrentGroup * group in fDisplayedTorrents)
|
||||
[fTableView expandItem: group];
|
||||
}
|
||||
|
||||
if (selectedValues)
|
||||
[fTableView selectValues: selectedValues];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user