mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
revert accidental removal in r13172
This commit is contained in:
parent
52e447603d
commit
12dc463e61
1 changed files with 7 additions and 0 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue