mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
adjust filter bar button placement
This commit is contained in:
@@ -526,7 +526,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
NSString * path;
|
||||
while ((path = [torrentEnumerator nextObject]))
|
||||
[[NSFileManager defaultManager] removeFileAtPath: path handler: nil];
|
||||
[fTempTorrentFiles removeAllObjects];
|
||||
}
|
||||
|
||||
//remember window states and close all windows
|
||||
@@ -1409,7 +1408,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
|
||||
- (void) updateUI
|
||||
{
|
||||
#warning make main thread?
|
||||
[fTorrents makeObjectsPerformSelector: @selector(update)];
|
||||
|
||||
if (![NSApp isHidden])
|
||||
|
||||
Reference in New Issue
Block a user