X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/986a1f3db6df6ca58d90b88664ba48eb29c4b173..6d099bbe927a1dc3934c7b6254223961fc849453:/StatusWindowController.m diff --git a/StatusWindowController.m b/StatusWindowController.m index 3bcc2ab..2020530 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -11,10 +11,8 @@ #import #import - static StatusWindowController *sharedController; - @implementation StatusWindowController @@ -114,16 +112,7 @@ static StatusWindowController *sharedController; NSString *text = title; if ( art != nil ) { - NSImageRep *artRep = [art bestRepresentationForDevice:nil]; - image = [[NSImage alloc] initWithSize:NSMakeSize(110, 110)]; - [image lockFocus]; - { - [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationHigh]; - [[NSGraphicsContext currentContext] setShouldAntialias:YES]; - [artRep drawInRect:NSMakeRect(3, 3, 104, 104)]; - } - [image unlockFocus]; - [image autorelease]; + image = art; } else if ( source == ITMTRemoteLibrarySource ) { image = [NSImage imageNamed:@"Library"]; } else if ( source == ITMTRemoteCDSource ) {