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 project references and dependencies that Kent accidentally removed
[MenuTunes.git]
/
MainController.m
diff --git
a/MainController.m
b/MainController.m
index
7a8c874
..
4994a7d
100755
(executable)
--- a/
MainController.m
+++ b/
MainController.m
@@
-199,7
+199,9
@@
static MainController *sharedController;
[statusItem setAlternateImage:[NSImage imageNamed:@"MenuInverted"]];
if ([df boolForKey:@"audioscrobblerEnabled"]) {
[statusItem setAlternateImage:[NSImage imageNamed:@"MenuInverted"]];
if ([df boolForKey:@"audioscrobblerEnabled"]) {
- [[AudioscrobblerController sharedController] attemptHandshake:NO];
+ if ([PreferencesController getKeychainItemPasswordForUser:[df stringForKey:@"audioscrobblerUser"]] != nil) {
+ [[AudioscrobblerController sharedController] attemptHandshake:NO];
+ }
}
[networkController startRemoteServerSearch];
}
[networkController startRemoteServerSearch];