mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
on Leopard, remove Tiger-only views
This commit is contained in:
parent
27caa27c6e
commit
f546a32361
1 changed files with 5 additions and 0 deletions
|
@ -261,6 +261,11 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
[[fTotalTorrentsField cell] setBackgroundStyle: NSBackgroundStyleRaised];
|
||||
|
||||
[[[fActionButton menu] itemAtIndex: 0] setImage: [NSImage imageNamed: NSImageNameActionTemplate]]; //set in nib if Leopard-only
|
||||
|
||||
[fBottomTigerBar removeFromSuperview];
|
||||
[fBottomTigerLine removeFromSuperview];
|
||||
[fStatusTigerField removeFromSuperview];
|
||||
[fStatusTigerImageView removeFromSuperview];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue