diff libpurple/protocols/oscar/libicq.c @ 18755:84d53c3c699d

Some changes from Matthew Goldstein and I to not automatically remove empty groups from the oscar server-stored buddy list. There's this thing called AIM WIMZI that relies on having a certain group in your buddy list so that it can add buddies to it automatically, and it wasn't working if you used Pidgin because the group didn't exist. See http://wimzi.aim.com/ Also try to fix allowing buddies to be in multiple groups.
author Mark Doliner <mark@kingant.net>
date Tue, 31 Jul 2007 06:51:29 +0000
parents 58b0a4f75ece
children 44b4e8bd759b 315151da0dc6
line wrap: on
line diff
--- a/libpurple/protocols/oscar/libicq.c	Tue Jul 31 06:09:45 2007 +0000
+++ b/libpurple/protocols/oscar/libicq.c	Tue Jul 31 06:51:29 2007 +0000
@@ -78,7 +78,7 @@
 	oscar_convo_closed,		/* convo_closed */
 	oscar_normalize,		/* normalize */
 	oscar_set_icon,			/* set_buddy_icon */
-	NULL,					/* remove_group */
+	oscar_remove_group,		/* remove_group */
 	NULL,					/* get_cb_real_name */
 	NULL,					/* set_chat_topic */
 	NULL,					/* find_blist_chat */