comparison 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
comparison
equal deleted inserted replaced
7099:8130adad8b7a 7100:abdc55ffadba
155 group = g_strdup(str->str); 155 group = g_strdup(str->str);
156 g_string_free(str, TRUE); 156 g_string_free(str, TRUE);
157 } 157 }
158 158
159 gaim_debug(GAIM_DEBUG_MISC, "gaim_remote_handle_uri", "who: %s\n", who); 159 gaim_debug(GAIM_DEBUG_MISC, "gaim_remote_handle_uri", "who: %s\n", who);
160 show_add_buddy(gc, who, group, NULL); 160 gaim_blist_request_add_buddy(gc->account, who, group, NULL);
161 g_free(who); 161 g_free(who);
162 if (group) 162 if (group)
163 g_free(group); 163 g_free(group);
164 } else if (!g_ascii_strncasecmp(uri, "aim:gochat?", strlen("aim:gochat?"))) { 164 } else if (!g_ascii_strncasecmp(uri, "aim:gochat?", strlen("aim:gochat?"))) {
165 char *room; 165 char *room;