Updating plists and versioning to release 1.5.1.
[MenuTunes.git] / MainController.h
index 9b1b359..86efb71 100755 (executable)
@@ -19,7 +19,7 @@
 #import <ITMTRemote/ITMTRemote.h>
 #import "MTBlingController.h"
 
-#define MT_CURRENT_VERSION 1400
+#define MT_CURRENT_VERSION 1510
 
 @class StatusWindowController, MenuController, NetworkController;
 
@@ -35,6 +35,7 @@
     //Used in updating the menu automatically
     NSTimer *refreshTimer;
     NSString *_latestSongIdentifier, *_toolTip;
+       NSDictionary *_lastTrackInfo;
 
     StatusWindowController *statusWindowController; //Shows status windows
     MenuController *menuController;
@@ -43,7 +44,7 @@
     
     MTBlingController *bling;
     NSTimer *registerTimer;
-    BOOL timerUpdating, _checkingForServer, _popped;
+    BOOL timerUpdating, _checkingForServer, _popped, _open;
     BOOL blinged;
     NSLock *_serverCheckLock;
 }