[gaim-migrate @ 7665]

Wed, 01 Oct 2003 04:09:54 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Wed, 01 Oct 2003 04:09:54 +0000
changeset 7100
cfa56fba1b19
parent 7099
ca10b8caf2aa
child 7101
a8c0dd5ae255

[gaim-migrate @ 7665]
Update plugins to the new API changes.

plugins/gaim-remote/remote.c file | annotate | diff | comparison | revisions
plugins/tcl/tcl_cmds.c file | annotate | diff | comparison | revisions
plugins/ticker/ticker.c file | annotate | diff | comparison | revisions
--- 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);
--- 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;
--- 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;
 

mercurial