Added a small main menu to allow command-keys to work in the registration window...
[MenuTunes.git] / MainController.h
index 86efb71..027db07 100755 (executable)
@@ -44,7 +44,7 @@
     
     MTBlingController *bling;
     NSTimer *registerTimer;
-    BOOL timerUpdating, _checkingForServer, _popped, _open;
+    BOOL timerUpdating, _checkingForServer, _popped, _open, _needsPolling;
     BOOL blinged;
     NSLock *_serverCheckLock;
 }