# HG changeset patch # User Mark Doliner # Date 1166150907 0 # Node ID bfc90a0666047bf0e74b2ce69e123943032009f2 # Parent fcb3c61848e0ade16944a1e41abc01c33527b639 [gaim-migrate @ 18003] Get rid of some warnings. It might be good if it were possible to close email notifications in the buddylist. I dunno. committer: Tailor Script diff -r fcb3c61848e0 -r bfc90a066604 gtk/gtknotify.c --- a/gtk/gtknotify.c Fri Dec 15 02:42:07 2006 +0000 +++ b/gtk/gtknotify.c Fri Dec 15 02:48:27 2006 +0000 @@ -343,14 +343,14 @@ GAIM_STOCK_ICON_ONLINE_MSG, GTK_ICON_SIZE_BUTTON, NULL); char *label_text = g_strdup_printf(ngettext("You have %d new e-mail.", "You have %d new e-mails.", - count),count); + count), (int)count); inbox->handle = gc; inbox->url = urls ? g_strdup(urls[0]) : NULL; gaim_gtk_blist_set_headline(label_text, pixbuf, G_CALLBACK(open_inbox_cb), inbox); g_object_unref(pixbuf); - return; + return NULL; } if (mail_dialog == NULL || !detailed)