mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
apply the filter in some necessary situations
This commit is contained in:
@@ -1054,6 +1054,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
[torrents makeObjectsPerformSelector: @selector(stopTransfer)];
|
||||
|
||||
[self updateUI];
|
||||
[self updateDisplay: nil];
|
||||
[self updateTorrentHistory];
|
||||
}
|
||||
|
||||
@@ -1505,6 +1506,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
}
|
||||
|
||||
[self updateUI];
|
||||
[self updateDisplay: nil];
|
||||
[self updateTorrentHistory];
|
||||
}
|
||||
|
||||
@@ -2123,6 +2125,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
[torrent setGroupValue: [sender tag]];
|
||||
|
||||
[self updateUI];
|
||||
[self updateDisplay: nil];
|
||||
[self updateTorrentHistory];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user