Licensing MenuTunes under the GNU General Public License version 2.
[MenuTunes.git] / PreferencesController.h
index 32c7244..ba6f876 100755 (executable)
@@ -1,13 +1,10 @@
 /*
  *     MenuTunes
- *  PreferencesController
- *    Preferences window controller
+ *     PreferencesController.h
  *
- *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
- *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
+ *     Preferences window controller.
  *
- *  Copyright (c) 2002 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2002 iThink Software
  *
  */
 
@@ -26,6 +23,7 @@
     IBOutlet NSButton *artistCheckbox;
        IBOutlet NSButton *audioscrobblerEnabledCheckbox;
        IBOutlet NSTextField *audioscrobblerPasswordTextField;
+       IBOutlet NSTextField *audioscrobblerStatusTextField;
        IBOutlet NSButton *audioscrobblerUseCacheCheckbox;
        IBOutlet NSTextField *audioscrobblerUserTextField;
     IBOutlet NSPopUpButton *backgroundStylePopup;
@@ -85,6 +83,7 @@
 }
 
 + (PreferencesController *)sharedPrefs;
++ (NSString *)getKeychainItemPasswordForUser:(NSString *)user;
 
 - (id)controller;
 - (void)setController:(id)object;
@@ -97,8 +96,6 @@
 - (IBAction)changeStatusWindowSetting:(id)sender;
 - (void)resetRemotePlayerTextFields;
 
-- (NSString *)getKeychainItemPasswordForUser:(NSString *)user;
-
 - (IBAction)clearHotKey:(id)sender;
 - (IBAction)editHotKey:(id)sender;
 - (IBAction)showPrefsWindow:(id)sender;