git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixing a bug in the Preferences window... it seems that column selection
[MenuTunes.git]
/
OldMainController.h
diff --git
a/OldMainController.h
b/OldMainController.h
index
e8901bf
..
d96bbd1
100755
(executable)
--- a/
OldMainController.h
+++ b/
OldMainController.h
@@
-37,8
+37,6
@@
BOOL isPlayingRadio;
ITMTRemotePlayerRunningState isAppRunning;
BOOL isPlayingRadio;
ITMTRemotePlayerRunningState isAppRunning;
- BOOL didHaveAlbumName;
- BOOL didHaveArtistName; //Helper variable for creating the menu
//For upcoming songs
NSMenuItem *upcomingSongsItem;
//For upcoming songs
NSMenuItem *upcomingSongsItem;
@@
-64,9
+62,9
@@
- (void)applicationLaunched:(NSNotification *)note;
- (void)applicationTerminated:(NSNotification *)note;
- (void)applicationLaunched:(NSNotification *)note;
- (void)applicationTerminated:(NSNotification *)note;
-- (void)registerDefaults;
- (void)rebuildMenu;
- (void)rebuildMenu;
+- (ITMTRemote *)currentRemote;
- (void)clearHotKeys;
- (void)closePreferences;
- (void)clearHotKeys;
- (void)closePreferences;