diff src/dialogs.c @ 6787:faa491042c66

[gaim-migrate @ 7326] the add_buddy prpl op now takes a group. It's horribly inconsistent with the rest. This stuff all needs to be updated. Maybe I'll replace it in 0.70cvs. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 07 Sep 2003 23:47:00 +0000
parents 362e60e7c265
children 8ab95f4c9800
line wrap: on
line diff
--- a/src/dialogs.c	Sun Sep 07 22:35:00 2003 +0000
+++ b/src/dialogs.c	Sun Sep 07 23:47:00 2003 +0000
@@ -849,7 +849,7 @@
 		}
 		b = gaim_buddy_new(a->gc->account, who, whoalias);
 		gaim_blist_add_buddy(b, NULL, g, NULL);
-		serv_add_buddy(a->gc, who);
+		serv_add_buddy(a->gc, who, g);
 
 		if (c != NULL)
 			gaim_conversation_update(c, GAIM_CONV_UPDATE_ADD);