finch/plugins/gnttinyurl.c

changeset 34458
5c9d451155c5
parent 34449
bbcb198650b7
child 34477
86f6c431da7b
child 35001
85144a4a7942
--- a/finch/plugins/gnttinyurl.c	Fri Oct 04 17:46:37 2013 +0200
+++ b/finch/plugins/gnttinyurl.c	Fri Oct 04 20:51:47 2013 +0200
@@ -384,7 +384,7 @@
 	/* XXX: The following expects that finch_notify_message gets called. This
 	 * may not always happen, e.g. when another plugin sets its own
 	 * notify_message. So tread carefully. */
-	win = purple_notify_message(NULL, PURPLE_NOTIFY_URI, _("URI"), uri,
+	win = purple_notify_message(NULL, PURPLE_NOTIFY_MSG_INFO, _("URI"), uri,
 			_("Please wait while TinyURL fetches a shorter URL ..."), NULL, NULL, NULL);
 	if (!GNT_IS_WINDOW(win) || !g_object_get_data(G_OBJECT(win), "info-widget"))
 		return win;

mercurial