Incremental checkin. Updating the StatusWindow and WtatusWindowController objects...
[MenuTunes.git] / MenuController.m
index cfd2909..7a2db4b 100755 (executable)
                 }
                 
                 if ([defaults boolForKey:@"showTrackRating"]) {
-                    NSString *string;
+                    NSString *string = nil;
                     switch ((int)([currentRemote currentSongRating] * 5)) {
                         case 0:
                             string = [NSString stringWithUTF8String:"☆☆☆☆☆"];