pidgin/purple-plugin-pack

fe283e690879
Parents 75a5bd5b20ab
Children 8d299a901c8d
Fix a debug message (and indentation on a neighboring line while I'm at it)
--- a/listhandler/lh_util.c Sun Aug 03 02:36:39 2008 -0400
+++ b/listhandler/lh_util.c Sun Aug 03 08:01:40 2008 -0400
@@ -71,10 +71,9 @@
while(tmpb && tmpb->data && tmpg && tmpg->data) {
/* add the current buddy to the correct group in the Purple blist */
purple_blist_add_buddy((PurpleBuddy *)(tmpb->data), NULL,
- (PurpleGroup *)(tmpg->data), NULL);
+ (PurpleGroup *)(tmpg->data), NULL);
- purple_debug_info("listhandler: import", "added a buddy to pidgin "
- "blist\n");
+ purple_debug_info("listhandler: import", "added a buddy to purple blist\n");
/* go to the next element in each list */
tmpb = g_list_next(tmpb);