src/protocols/oscar/oscar.c

changeset 5540
1dc4dc84d54b
parent 5537
812794b97b08
child 5542
0f02c413c862
equal deleted inserted replaced
5539:a13dd0ba205a 5540:1dc4dc84d54b
3446 3446
3447 if (emailinfo) { 3447 if (emailinfo) {
3448 gchar *to = g_strdup_printf("%s@%s", gc->username, emailinfo->domain); 3448 gchar *to = g_strdup_printf("%s@%s", gc->username, emailinfo->domain);
3449 if (emailinfo->unread) { 3449 if (emailinfo->unread) {
3450 if (havenewmail) 3450 if (havenewmail)
3451 gaim_notify_emails(gc, emailinfo->nummsgs, FALSE, NULL, NULL, &to, &emailinfo->url, NULL, NULL); 3451 gaim_notify_emails(gc, emailinfo->nummsgs, FALSE, NULL, NULL, (const char **)&to, (const char **)&emailinfo->url, NULL, NULL);
3452 } else 3452 } else
3453 gaim_notify_emails(gc, 0, FALSE, NULL, NULL, &to, &emailinfo->url, NULL, NULL); 3453 gaim_notify_emails(gc, 0, FALSE, NULL, NULL, (const char **)&to, (const char **)&emailinfo->url, NULL, NULL);
3454 g_free(to); 3454 g_free(to);
3455 } 3455 }
3456 3456
3457 return 1; 3457 return 1;
3458 } 3458 }

mercurial