# HG changeset patch # User Christian Hammond # Date 1064981394 0 # Node ID abdc55ffadba961603fd77901924c44a1e479222 # Parent 8130adad8b7a5961ab78dcb2be2a52f88845b72c [gaim-migrate @ 7665] Update plugins to the new API changes. committer: Tailor Script diff -r 8130adad8b7a -r abdc55ffadba plugins/gaim-remote/remote.c --- 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); diff -r 8130adad8b7a -r abdc55ffadba plugins/tcl/tcl_cmds.c --- a/plugins/tcl/tcl_cmds.c Wed Oct 01 04:07:31 2003 +0000 +++ b/plugins/tcl/tcl_cmds.c Wed Oct 01 04:09:54 2003 +0000 @@ -257,7 +257,7 @@ Tcl_Obj *list, *tclgroup, *tclgrouplist, *tclcontact, *tclcontactlist, *tclbud, **elems, *result; char *cmds[] = { "alias", "handle", "info", "list", NULL }; enum { CMD_BUDDY_ALIAS, CMD_BUDDY_HANDLE, CMD_BUDDY_INFO, CMD_BUDDY_LIST } cmd; - struct gaim_buddy_list *blist; + GaimBuddyList *blist; GaimBlistNode *node, *gnode, *bnode; GaimAccount *account; GaimBuddy *bud; diff -r 8130adad8b7a -r abdc55ffadba plugins/ticker/ticker.c --- a/plugins/ticker/ticker.c Wed Oct 01 04:07:31 2003 +0000 +++ b/plugins/ticker/ticker.c Wed Oct 01 04:09:54 2003 +0000 @@ -185,7 +185,7 @@ static void buddy_ticker_show() { - struct gaim_buddy_list *list = gaim_get_blist(); + GaimBuddyList *list = gaim_get_blist(); GaimBlistNode *gnode, *cnode, *bnode; GaimBuddy *b;