X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fcbc4baf73d5054212eb69f728ef9c303e1c62a5..1e64b5d75911f02ab001d77a2036b9812cc9125a:/PreferencesController.m?ds=inline diff --git a/PreferencesController.m b/PreferencesController.m index 4a2d389..7384be5 100755 --- a/PreferencesController.m +++ b/PreferencesController.m @@ -465,6 +465,17 @@ [keyComboField setStringValue:string]; } +// +// +// Text Field Delegate +// +// + +- (void)controlTextDidChange:(NSNotification *)note +{ + NSLog(@"%@", [note userInfo]); +} + // // // Table View Datasource Methods