git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added a currentSongPlayed method that returns the integer seconds played in the curre...
[MenuTunes.git]
/
PreferencesController.m
diff --git
a/PreferencesController.m
b/PreferencesController.m
index
f8245d2
..
61e0c11
100755
(executable)
--- a/
PreferencesController.m
+++ b/
PreferencesController.m
@@
-1105,6
+1105,7
@@
static PreferencesController *prefs = nil;
[audioscrobblerPasswordTextField setStringValue:password];
}
}
[audioscrobblerPasswordTextField setStringValue:password];
}
}
+ [audioscrobblerUseCacheCheckbox setState:[df boolForKey:@"audioscrobblerCacheSubmissions"]];
[[NSNotificationCenter defaultCenter] addObserver:sharingTableView selector:@selector(reloadData) name:@"ITMTFoundNetService" object:nil];
[[NSNotificationCenter defaultCenter] addObserver:sharingTableView selector:@selector(reloadData) name:@"ITMTFoundNetService" object:nil];