Should disable the status item when iTunes is locked.
[MenuTunes.git] / MainController.h
index 21848e7..ca26af8 100755 (executable)
@@ -34,7 +34,7 @@
     
     //Used in updating the menu automatically
     NSTimer *refreshTimer;
-    NSString *_latestSongIdentifier;
+    NSString *_latestSongIdentifier, *_toolTip;
 
     StatusWindowController *statusWindowController; //Shows status windows
     MenuController *menuController;