X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/a9dfa3e5705fdde676dce25d2c463d08cdb90a0e..HEAD:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index ca1a1f5..ba6f876 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -1,13 +1,10 @@ /* * MenuTunes - * PreferencesController - * Preferences window controller + * PreferencesController.h * - * Original Author : Kent Sutherland - * Responsibility : Kent Sutherland + * 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;