X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/beebd024ae0457a22ab8f289f890ead9f6db399e..5e4dec969868a410da088273791f228def3b36a7:/MainController.h diff --git a/MainController.h b/MainController.h index fde9761..36323bc 100755 --- a/MainController.h +++ b/MainController.h @@ -19,7 +19,7 @@ #import #import "MTBlingController.h" -#define MT_CURRENT_VERSION 1400 +#define MT_CURRENT_VERSION 1520 @class StatusWindowController, MenuController, NetworkController; @@ -44,7 +44,7 @@ MTBlingController *bling; NSTimer *registerTimer; - BOOL timerUpdating, _checkingForServer, _popped, _open; + BOOL timerUpdating, _checkingForServer, _popped, _open, _needsPolling; BOOL blinged; NSLock *_serverCheckLock; }