pidgin/purple-plugin-pack

7fe9a3e90154
Parents a8e2b020cfc7
Children 7e183558189c
And if you watch your types, you avoid warnings stemming from your own stupidity...
--- a/enhancedhist/enhancedhist.c Sun Aug 03 08:39:41 2008 -0400
+++ b/enhancedhist/enhancedhist.c Sun Aug 03 08:41:37 2008 -0400
@@ -127,7 +127,7 @@
* 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;
+ GSList *cur;
for(cur = buddies; cur; cur = cur->next) {
PurpleBlistNode *node = cur->data;