comparison src/gtkpounce.c @ 11137:096020ae09a9

[gaim-migrate @ 13201] Some more deworming. I mean, dewarning. I also realized that lots of glib uses guchar* instead of guint* for passing around bits of binary data, so I changed some stuff in util.c that I'd already changed. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 21 Jul 2005 05:49:48 +0000
parents 9f75886e4f1f
children a511b77a368b
comparison
equal deleted inserted replaced
11136:6270b6ad69a2 11137:096020ae09a9
303 { 303 {
304 char *protocol = NULL; 304 char *protocol = NULL;
305 char *username = NULL; 305 char *username = NULL;
306 GaimAccount *account; 306 GaimAccount *account;
307 307
308 if (gaim_gtk_parse_x_im_contact(sd->data, FALSE, &account, 308 if (gaim_gtk_parse_x_im_contact((const char *)sd->data, FALSE, &account,
309 &protocol, &username, NULL)) 309 &protocol, &username, NULL))
310 { 310 {
311 if (account == NULL) 311 if (account == NULL)
312 { 312 {
313 gaim_notify_error(NULL, NULL, 313 gaim_notify_error(NULL, NULL,