diff plugins/gaim-remote/remote.c @ 7100:abdc55ffadba

[gaim-migrate @ 7665] Update plugins to the new API changes. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 04:09:54 +0000
parents 083d1e4a9c78
children 414c701ef1ff
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.c	Wed Oct 01 04:07:31 2003 +0000
+++ b/plugins/gaim-remote/remote.c	Wed Oct 01 04:09:54 2003 +0000
@@ -157,7 +157,7 @@
 		}
 
 		gaim_debug(GAIM_DEBUG_MISC, "gaim_remote_handle_uri", "who: %s\n", who);
-		show_add_buddy(gc, who, group, NULL);
+		gaim_blist_request_add_buddy(gc->account, who, group, NULL);
 		g_free(who);
 		if (group)
 			g_free(group);