FINALLY got CVS working. Fixed another elusive menu bug that hated me.
[MenuTunes.git] / StatusWindowController.h
index ba70600..1b32e4a 100755 (executable)
@@ -6,7 +6,7 @@
  *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
  *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
  *
- *  Copyright (c) 2002 The iThink Group.
+ *  Copyright (c) 2002 iThink Software.
  *  All Rights Reserved
  *
  */
@@ -21,7 +21,7 @@
     IBOutlet NSTextField *statusField;
     IBOutlet StatusWindow *statusWindow;
 }
-- (void)setUpcomingSongs:(NSString *)string numSongs:(int)songs;
-- (void)setTrackInfo:(NSString *)string lines:(int)lines;
+- (void)setUpcomingSongs:(NSString *)string;
+- (void)setTrackInfo:(NSString *)string;
 - (void)fadeWindowOut;
 @end