pidgin: 67feb999: This dialog should have a title

markdoliner at pidgin.im markdoliner at pidgin.im
Fri Nov 14 15:35:27 EST 2008


-----------------------------------------------------------------
Revision: 67feb999e0a93f08cec26793214137c5c5252e9e
Ancestor: 504516e5634efdaf3d6dc0eaabd0506a67e68dd4
Author: markdoliner at pidgin.im
Date: 2008-11-14T20:33:20
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/67feb999e0a93f08cec26793214137c5c5252e9e

Modified files:
        libpurple/protocols/qq/qq.c

ChangeLog: 

This dialog should have a title

-------------- next part --------------
============================================================
--- libpurple/protocols/qq/qq.c	9852c7fa1857bb1c7365ff6f5e9825b5bad9ebaf
+++ libpurple/protocols/qq/qq.c	58a438202bbb8306dd70b6713f4ad87f06c36377
@@ -767,7 +767,7 @@ static void action_about_openq(PurplePlu
 	g_string_append(info, "</body></html>");
 
 	title = g_strdup_printf(_("About OpenQ r%s"), OPENQ_VERSION);
-	purple_notify_formatted(gc, NULL, title, NULL, info->str, NULL, NULL);
+	purple_notify_formatted(gc, title, title, NULL, info->str, NULL, NULL);
 
 	g_free(title);
 	g_string_free(info, TRUE);


More information about the Commits mailing list