mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
last commit would break 10.5-compatibility if it weren't already broken
This commit is contained in:
+5
-2
@@ -670,8 +670,11 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
||||
[window orderOut: nil];
|
||||
}
|
||||
|
||||
[[QLPreviewPanel sharedPreviewPanel] updateController];
|
||||
[[QLPreviewPanel sharedPreviewPanel] orderOut: nil];
|
||||
if (quickLookOpen)
|
||||
{
|
||||
[[QLPreviewPanel sharedPreviewPanel] updateController];
|
||||
[[QLPreviewPanel sharedPreviewPanel] orderOut: nil];
|
||||
}
|
||||
|
||||
[self showStatusBar: NO animate: NO];
|
||||
[self showFilterBar: NO animate: NO];
|
||||
|
||||
Reference in New Issue
Block a user