playerPlayingState works properly in 10.4 now. It should work in 10.3/10.2 fine also...
[MenuTunes.git] / StatusItemHack.m
index 62e8369..d493046 100755 (executable)
@@ -10,7 +10,9 @@
 
 - (void)mouseDown:(NSEvent *)event
 {
-    [[MainController sharedController] menuClicked];
+       if ([self isEnabled]) {
+               [[MainController sharedController] menuClicked];
+       }
     [super mouseDown:event];
 }