diff src/protocols/oscar/oscar.c @ 7060:9946001989a3

[gaim-migrate @ 7623] show_add_buddy, show_add_chat, and show_add_group are gone, replaced with the new core/UI split gaim_blist_request_add_{buddy,chat,group}. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 05:48:42 +0000
parents 7c04a0775918
children 7fdac700deb1
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Sep 30 05:46:16 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Sep 30 05:48:42 2003 +0000
@@ -2539,7 +2539,7 @@
 	GaimConnection *gc = data->gc;
 
 	if (g_list_find(gaim_connections_get_all(), gc)) {
-		show_add_buddy(gc, data->name, NULL, data->nick);
+		gaim_blist_request_add_buddy(gaim_connection_get_account(gc), data->name, NULL, data->nick);
 	}
 
 	oscar_free_name_data(data);