Bah, I thought Kent modified the MenuTunes class to accommodate the
[MenuTunes.git] / MenuTunes.h
index 3c5fede..2d3c5fa 100755 (executable)
@@ -38,7 +38,7 @@
     int      lastPlaylistIndex;
     BOOL     isPlayingRadio;
     
-    ITMTRemotePlayerRunningStatus isAppRunning;
+    ITMTRemotePlayerRunningState isAppRunning;
     BOOL didHaveAlbumName;
     BOOL didHaveArtistName; //Helper variable for creating the menu
     
@@ -54,6 +54,7 @@
     NSMenuItem *eqItem;
     NSMenu     *eqMenu;
     
+    NSMenuItem *songRatingMenuItem; //Song Rating submenu item
     NSMenuItem *playPauseMenuItem; //Toggle between 'Play' and 'Pause'
     
     PreferencesController *prefsController;