# HG changeset patch # User Will Thompson # Date 1226695595 0 # Node ID 53e7a4b34028325a4be3a603f5ff15d402451f8a # Parent 565df7f3ed493ed5572caa3df8e912a14e3ff928# Parent 8bde168ddfa9b7019ee3eb5eaa96ac8f043322e6 merge of '67feb999e0a93f08cec26793214137c5c5252e9e' and 'ff3034eb9dead184c9e7360113708f18d5364815' diff -r 8bde168ddfa9 -r 53e7a4b34028 libpurple/protocols/qq/qq.c --- a/libpurple/protocols/qq/qq.c Fri Nov 14 20:46:20 2008 +0000 +++ b/libpurple/protocols/qq/qq.c Fri Nov 14 20:46:35 2008 +0000 @@ -767,7 +767,7 @@ g_string_append(info, ""); 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);