Mercurial > pidgin
changeset 24436:53e7a4b34028
merge of '67feb999e0a93f08cec26793214137c5c5252e9e'
and 'ff3034eb9dead184c9e7360113708f18d5364815'
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Fri, 14 Nov 2008 20:46:35 +0000 |
parents | 565df7f3ed49 (diff) 8bde168ddfa9 (current diff) |
children | 9b61b1088dfb |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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, "</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);