diff --git a/macosx/Controller.h b/macosx/Controller.h index 3f2154d8b..a441668d6 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -57,6 +57,7 @@ IBOutlet NSMenuItem * fOpenIgnoreDownloadFolder; + IBOutlet StatusBarView * fBottomTigerBar; IBOutlet NSButton * fActionButton, * fSpeedLimitButton; NSTimer * fSpeedLimitTimer; IBOutlet NSTextField * fTotalTorrentsField; diff --git a/macosx/Controller.m b/macosx/Controller.m index 1087da55f..73ef653c5 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -251,11 +251,13 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi { [fWindow setContentBorderThickness: [[fTableView enclosingScrollView] frame].origin.y forEdge: NSMinYEdge]; [[fTotalTorrentsField cell] setBackgroundStyle: NSBackgroundStyleRaised]; + [fBottomTigerBar setHidden: YES]; } else { //status bar [fStatusBar setShowOnTiger: YES]; + [fBottomTigerBar setShowOnTiger: YES]; [fStatusButton setHidden: YES]; [fStatusTigerField setHidden: NO]; diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index d71caaf53..295ab6e57 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -163,6 +163,8 @@ fActionButton NSButton + fBottomTigerBar + StatusBarView fDockMenu NSMenu fDownloadFilterButton diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index ea20e7542..26f07bec1 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -10,7 +10,7 @@ 5 IBOpenObjects - 1480 + 2 IBSystem Version 9B18 diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib index cfdb835d1..3347aad94 100644 Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ