git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleaning up the track art code (It still doesn't work right, but it's cleaner!)
[MenuTunes.git]
/
MenuController.m
diff --git
a/MenuController.m
b/MenuController.m
index
1c8dd90
..
f416474
100755
(executable)
--- a/
MenuController.m
+++ b/
MenuController.m
@@
-606,7
+606,7
@@
NSMenu *submenu = [[NSMenu alloc] init];
ITDebugLog(@"Adding source: %@", name);
NSMenu *submenu = [[NSMenu alloc] init];
ITDebugLog(@"Adding source: %@", name);
- if ( ([[curPlaylist objectAtIndex:i] intValue] == ITMTRemoteiPodSource) && [self iPodAtPathAutomaticallyUpdates:[curPlaylist objectAtIndex:j]]
)
) {
+ if ( ([[curPlaylist objectAtIndex:i] intValue] == ITMTRemoteiPodSource) && [self iPodAtPathAutomaticallyUpdates:[curPlaylist objectAtIndex:j]] ) {
ITDebugLog(@"Invalid iPod source.");
} else {
for (j = 2; j < [curPlaylist count]; j++) {
ITDebugLog(@"Invalid iPod source.");
} else {
for (j = 2; j < [curPlaylist count]; j++) {