adium-1.4 2909:70f037439c89: Add a typeToFindEnabled iVar, type ...
commits at adium.im
commits at adium.im
Sun Mar 14 05:56:36 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/70f037439c89
revision: 2909:70f037439c89
author: Stephen Holt <sholt at adium.im>
date: Sun Mar 14 00:55:15 2010 -0500
Add a typeToFindEnabled iVar, type BOOL. Build fix-1.4 part The Only.
diffs (12 lines):
diff -r db9349fdb4b5 -r 70f037439c89 Source/AIListWindowController.h
--- a/Source/AIListWindowController.h Sat Mar 13 21:03:19 2010 -0600
+++ b/Source/AIListWindowController.h Sun Mar 14 00:55:15 2010 -0500
@@ -97,6 +97,8 @@
IBOutlet AIFilterBarView *filterBarView;
IBOutlet NSSearchField *searchField;
IBOutlet AIRolloverButton *button_cancelFilterBar;
+
+ BOOL typeToFindEnabled;
}
// Create additional windows
More information about the commits
mailing list