git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Played around with some things. There is a massive mem leak in
[MenuTunes.git]
/
PreferencesController.m
diff --git
a/PreferencesController.m
b/PreferencesController.m
index
4a2d389
..
7384be5
100755
(executable)
--- 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