mirror of
https://github.com/transmission/transmission
synced 2025-03-11 06:32:59 +00:00
fix typo in last commit
This commit is contained in:
parent
104a9841f5
commit
373b96387b
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
[fPrevFilterItem setKeyEquivalentModifierMask: NSCommandKeyMask | NSAlternateKeyMask];
|
||||
|
||||
//set up filter bar
|
||||
if ([NSApp isOnLeopardOrBetter])
|
||||
if (![NSApp isOnLeopardOrBetter])
|
||||
{
|
||||
[fNoFilterButton sizeToFit];
|
||||
[fDownloadFilterButton sizeToFit];
|
||||
|
|
Loading…
Add table
Reference in a new issue