adjust filter bar button placement

This commit is contained in:
Mitchell Livingston
2007-11-09 13:35:43 +00:00
parent 5da8a977c6
commit e9f667afb9
4 changed files with 2 additions and 4 deletions

View File

@@ -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])