X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/9a9b400fdc1cd2f855279108d5ee7963212f2c37..8cd402b5d3e43c95046af7ac0e4cb3cde2d622bc:/MainController.h diff --git a/MainController.h b/MainController.h index 36323bc..5fb00ec 100755 --- a/MainController.h +++ b/MainController.h @@ -46,6 +46,7 @@ NSTimer *registerTimer; 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;