Added a songEnabledAtIndex: method to ITMTRemote.
[MenuTunes.git] / MainController.h
index 36323bc..7ca0e08 100755 (executable)
     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;