comparison src/gtkaccount.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 dece74f05509
children 9220c7490cd1
comparison
equal deleted inserted replaced
7059:e36cbed14f1e 7060:9946001989a3
1931 add_user_cb(GaimGtkAccountAddUserData *data) 1931 add_user_cb(GaimGtkAccountAddUserData *data)
1932 { 1932 {
1933 GaimConnection *gc = gaim_account_get_connection(data->account); 1933 GaimConnection *gc = gaim_account_get_connection(data->account);
1934 1934
1935 if (g_list_find(gaim_connections_get_all(), gc)) 1935 if (g_list_find(gaim_connections_get_all(), gc))
1936 show_add_buddy(gc, data->username, NULL, data->alias); 1936 {
1937 gaim_blist_request_add_buddy(data->account, data->username,
1938 NULL, data->alias);
1939 }
1937 1940
1938 free_add_user_data(data); 1941 free_add_user_data(data);
1939 } 1942 }
1940 1943
1941 static void 1944 static void