X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0b369f5eddfba57d0335e7e55753b8f31f0ffdc0..b936ca5ffb6320a3febce6a7d0c2875b072ac6bc:/StatusWindowController.m diff --git a/StatusWindowController.m b/StatusWindowController.m index 649ca9c..c22e2a5 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -33,16 +33,19 @@ } -- (void)showShuffleWindowWithMode:(MTStatusWindowShuffleMode)mode +- (void)showRatingWindowWithLevel:(int)level { } -- (void)showLoopWindowWithMode:(MTStatusWindowLoopMode)mode +- (void)showShuffleWindowWithMode:(MTStatusWindowShuffleMode)mode { } +- (void)showLoopWindowWithMode:(MTStatusWindowLoopMode)mode +{ +} -@end +@end \ No newline at end of file