X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/53a760dd8d1249f4e4cbcabb4c07efdfcb29ba2d..beebd024ae0457a22ab8f289f890ead9f6db399e:/MainController.h diff --git a/MainController.h b/MainController.h index 9b1b359..fde9761 100755 --- a/MainController.h +++ b/MainController.h @@ -35,6 +35,7 @@ //Used in updating the menu automatically NSTimer *refreshTimer; NSString *_latestSongIdentifier, *_toolTip; + NSDictionary *_lastTrackInfo; StatusWindowController *statusWindowController; //Shows status windows MenuController *menuController; @@ -43,7 +44,7 @@ MTBlingController *bling; NSTimer *registerTimer; - BOOL timerUpdating, _checkingForServer, _popped; + BOOL timerUpdating, _checkingForServer, _popped, _open; BOOL blinged; NSLock *_serverCheckLock; }