adium-1.4 2801:c38058f6fea8: Avoid throwing unknown-selector pro...
commits at adium.im
commits at adium.im
Mon Nov 23 06:29:45 UTC 2009
details: http://hg.adium.im/adium-1.4/rev/c38058f6fea8
revision: 2801:c38058f6fea8
author: Zachary West <zacw at adium.im>
date: Mon Nov 23 01:29:41 2009 -0500
Avoid throwing unknown-selector problems when join views don't implement dragging ended or exited.
diffs (18 lines):
diff -r 728b4e994ca2 -r c38058f6fea8 Frameworks/AIUtilities Framework/Source/AICompletingTextField.m
--- a/Frameworks/AIUtilities Framework/Source/AICompletingTextField.m Mon Nov 23 01:23:37 2009 -0500
+++ b/Frameworks/AIUtilities Framework/Source/AICompletingTextField.m Mon Nov 23 01:29:41 2009 -0500
@@ -274,4 +274,14 @@
return [self impliedValueForString:[self stringValue]];
}
+- (void)draggingExited:(id <NSDraggingInfo>)sender
+{
+
+}
+
+- (void)draggingEnded:(id <NSDraggingInfo>)sender
+{
+
+}
+
@end
More information about the commits
mailing list