mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
don't hide the inspector when double-clicking the table's action button
This commit is contained in:
@@ -194,14 +194,11 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||
[fDisplayedTorrents release];
|
||||
|
||||
[fBadger release];
|
||||
if (fOverlayWindow)
|
||||
[fOverlayWindow release];
|
||||
[fOverlayWindow release];
|
||||
[fIPCController release];
|
||||
|
||||
if (fAutoImportedNames)
|
||||
[fAutoImportedNames release];
|
||||
if (fPendingTorrentDownloads)
|
||||
[fPendingTorrentDownloads release];
|
||||
[fAutoImportedNames release];
|
||||
[fPendingTorrentDownloads release];
|
||||
|
||||
tr_close(fLib);
|
||||
[super dealloc];
|
||||
|
||||
Reference in New Issue
Block a user