Played around with some things. There is a massive mem leak in
[MenuTunes.git] / PreferencesController.m
index 4a2d389..7384be5 100755 (executable)
     [keyComboField setStringValue:string];
 }
 
+//
+//
+// Text Field Delegate
+//
+//
+
+- (void)controlTextDidChange:(NSNotification *)note
+{
+    NSLog(@"%@", [note userInfo]);
+}
+
 //
 //
 // Table View Datasource Methods