/*
* 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
*
*/
IBOutlet NSButton *artistCheckbox;
IBOutlet NSButton *audioscrobblerEnabledCheckbox;
IBOutlet NSTextField *audioscrobblerPasswordTextField;
+ IBOutlet NSTextField *audioscrobblerStatusTextField;
IBOutlet NSButton *audioscrobblerUseCacheCheckbox;
IBOutlet NSTextField *audioscrobblerUserTextField;
IBOutlet NSPopUpButton *backgroundStylePopup;
}
+ (PreferencesController *)sharedPrefs;
++ (NSString *)getKeychainItemPasswordForUser:(NSString *)user;
- (id)controller;
- (void)setController:(id)object;