From 82fb82a83451f2b6420bd6efa2d80f8c1ae7d89a Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Thu, 13 May 2004 02:57:16 +0000 Subject: [PATCH] Removing the inline album art in the menu. It doesn't go into MT1.3 --- MenuController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MenuController.m b/MenuController.m index f1e96fb..6ae64a3 100755 --- a/MenuController.m +++ b/MenuController.m @@ -340,7 +340,7 @@ [[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; @@ -355,7 +355,7 @@ NSAttributedString *attrString = [NSAttributedString attributedStringWithAttachment:attachment]; [tempItem setAttributedTitle:attrString]; } - } + }*/ } } else { ITDebugLog(@"No Track is Playing, Add \"No Song\" menu item."); -- 2.20.1