adium 2426:31c98c596434: Missed an argument here.
commits at adium.im
commits at adium.im
Sun May 31 17:24:40 UTC 2009
details: http://hg.adium.im/adium/rev/31c98c596434
revision: 2426:31c98c596434
author: Zachary West <zacw at adium.im>
date: Sun May 31 13:24:33 2009 -0400
Missed an argument here.
diffs (12 lines):
diff -r 7656f3bf154a -r 31c98c596434 Source/NEHGrowlPlugin.m
--- a/Source/NEHGrowlPlugin.m Sun May 31 13:18:16 2009 -0400
+++ b/Source/NEHGrowlPlugin.m Sun May 31 13:24:33 2009 -0400
@@ -303,7 +303,7 @@
}
}
- AILog(@"Posting multiple event - %@ %@ %@ %d", eventID, overallListObject, chat);
+ AILog(@"Posting multiple event - %@ %@ %@ %d", eventID, overallListObject, chat, events.count);
// Use any random event for sticky.
BOOL sticky = [[[[events objectAtIndex:0] objectForKey:@"Details"] objectForKey:KEY_GROWL_ALERT_STICKY] boolValue];
More information about the commits
mailing list