adium/adium

90c61369e36d
Parents c3018a7b41de
Children a7ca86f2f35c
Silence a warning about unused return value.
--- a/Source/AIMessageViewEmoticonsController.m Sun Jun 02 12:25:19 2013 -0400
+++ b/Source/AIMessageViewEmoticonsController.m Sun Jun 02 12:26:04 2013 -0400
@@ -43,7 +43,7 @@
+ (void)popUpMenuForTextView:(AIMessageEntryTextView *)textView atPoint:(NSPoint)aPoint
{
- [[self alloc] initWithNibName:@"MessageViewEmoticonsMenu" textView:textView atPoint:aPoint];
+ (void)[[self alloc] initWithNibName:@"MessageViewEmoticonsMenu" textView:textView atPoint:aPoint];
}
- (void)dealloc