FINALLY got CVS working. Fixed another elusive menu bug that hated me.
[MenuTunes.git] / StatusWindowController.h
index ccf3d8a..1b32e4a 100755 (executable)
@@ -1,4 +1,16 @@
-/* StatusWindowController */
+/*
+ *     MenuTunes
+ *  StatusWindowController
+ *    ...
+ *
+ *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
+ *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
+ *
+ *  Copyright (c) 2002 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
 
 #import <Cocoa/Cocoa.h>
 
@@ -9,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