Wheeeeeee. Removed old hotkeys stuff, again.
authorKent Sutherland <ksuther@ithinksw.com>
Tue, 10 Dec 2002 12:44:31 +0000 (12:44 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Tue, 10 Dec 2002 12:44:31 +0000 (12:44 +0000)
English.lproj/Preferences.nib/classes.nib
English.lproj/Preferences.nib/objects.nib
PreferencesController.h
PreferencesController.m

index 1a160da..10e4f8f 100755 (executable)
@@ -22,7 +22,6 @@
                 albumCheckbox = NSButton; 
                 allTableView = NSTableView; 
                 artistCheckbox = NSButton; 
-                hotKeyTextField = NSTextField; 
                 keyComboField = NSTextField; 
                 keyComboPanel = NSPanel; 
                 launchAtLoginCheckbox = NSButton; 
index d93e5ac..b6245a4 100755 (executable)
Binary files a/English.lproj/Preferences.nib/objects.nib and b/English.lproj/Preferences.nib/objects.nib differ
index f935a26..cd94d7f 100755 (executable)
@@ -21,7 +21,6 @@
     IBOutlet NSButton *albumCheckbox;
     IBOutlet NSTableView *allTableView;
     IBOutlet NSButton *artistCheckbox;
-    IBOutlet NSTextField *hotKeyTextField;
     IBOutlet NSTextField *keyComboField;
     IBOutlet NSPanel *keyComboPanel;
     IBOutlet NSButton *launchAtLoginCheckbox;
index 187398f..5a83ffb 100755 (executable)
     [keyComboField setStringValue:string];
 }
 
-//
-//
-// Text Field Delegate
-//
-//
-
-- (void)controlTextDidChange:(NSNotification *)note
-{
-    NSLog(@"%@", [note userInfo]);
-}
-
 //
 //
 // Table View Datasource Methods