Removing the inline album art in the menu. It doesn't go into MT1.3
authorKent Sutherland <ksuther@ithinksw.com>
Thu, 13 May 2004 02:57:16 +0000 (02:57 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Thu, 13 May 2004 02:57:16 +0000 (02:57 +0000)
MenuController.m

index f1e96fb..6ae64a3 100755 (executable)
                         [[MainController sharedController] networkError:localException];
                     NS_ENDHANDLER
                     
-                    if ([tempItem respondsToSelector:@selector(setAttributedTitle:)] && [defaults boolForKey:@"showAlbumArtwork"] && ![[NetworkController sharedController] isConnectedToServer]) {
+                    /*if ([tempItem respondsToSelector:@selector(setAttributedTitle:)] && [defaults boolForKey:@"showAlbumArtwork"] && ![[NetworkController sharedController] isConnectedToServer]) {
                         NSImage *image = [[[MainController sharedController] currentRemote] currentSongAlbumArt];
                         if (image) {
                             NSSize oldSize, newSize;
                             NSAttributedString *attrString = [NSAttributedString attributedStringWithAttachment:attachment];
                             [tempItem setAttributedTitle:attrString];
                         }
-                    }
+                    }*/
                 }
             } else {
                 ITDebugLog(@"No Track is Playing, Add \"No Song\" menu item.");