pidgin/purple-plugin-pack

a8e2b020cfc7
Parents 8aaff0095557
Children 7fe9a3e90154
Remember to declare your variables, kids, and you'll avoid stupid errors!
--- a/enhancedhist/enhancedhist.c Sun Aug 03 08:37:24 2008 -0400
+++ b/enhancedhist/enhancedhist.c Sun Aug 03 08:39:41 2008 -0400
@@ -127,6 +127,8 @@
* particular log type disabled, the logs file doesnt not get specified */
convtype = purple_conversation_get_type(c);
if (convtype == PURPLE_CONV_TYPE_IM && PREF_IM_VAL) {
+ GList *cur;
+
for(cur = buddies; cur; cur = cur->next) {
PurpleBlistNode *node = cur->data;