Volume Window s3x. Auto-displayed song info is disabled right now. Will thread...
[MenuTunes.git] / StatusWindowController.m
index 146c1a8..43fdd46 100755 (executable)
 
 }
 
-- (void)showVolumeWindowWithLevel:(int)level
+- (void)showVolumeWindowWithLevel:(float)level
 {
-
+    [_window setImage:[NSImage imageNamed:@"Volume"]];
+    [_window setVolume:level];
+    [_window appear:self];
 }
 
 - (void)showRatingWindowWithLevel:(int)level