X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/9a9b400fdc1cd2f855279108d5ee7963212f2c37..b27aba7ff5351d788e6250b7dd0e38c15a001817:/MainController.h diff --git a/MainController.h b/MainController.h index 36323bc..2ea08ba 100755 --- a/MainController.h +++ b/MainController.h @@ -19,7 +19,7 @@ #import #import "MTBlingController.h" -#define MT_CURRENT_VERSION 1520 +#define MT_CURRENT_VERSION 1600 @class StatusWindowController, MenuController, NetworkController; @@ -43,9 +43,10 @@ NSUserDefaults *df; MTBlingController *bling; - NSTimer *registerTimer; + NSTimer *registerTimer, *_statusWindowUpdateTimer; BOOL timerUpdating, _checkingForServer, _popped, _open, _needsPolling; BOOL blinged; + int _timeUpdateCount; //Keeps track of how many times the time has been updated in the info status window NSLock *_serverCheckLock; } + (MainController *)sharedController;