changeset 24435:565df7f3ed49

This dialog should have a title
author Mark Doliner <mark@kingant.net>
date Fri, 14 Nov 2008 20:33:20 +0000
parents 40141d227b27
children 53e7a4b34028
files libpurple/protocols/qq/qq.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq.c	Fri Nov 14 20:13:22 2008 +0000
+++ b/libpurple/protocols/qq/qq.c	Fri Nov 14 20:33:20 2008 +0000
@@ -767,7 +767,7 @@
 	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);