changeset 30433:6854cca5e2f7

We should probably actually put the question in the input request. Reported by a rawblem in #pidgin.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 23 Aug 2010 03:28:50 +0000
parents 1cdae196aac8
children 3e06c30b75bb
files libpurple/protocols/qq/buddy_opt.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/qq/buddy_opt.c	Mon Aug 23 01:41:31 2010 +0000
+++ b/libpurple/protocols/qq/buddy_opt.c	Mon Aug 23 03:28:50 2010 +0000
@@ -321,7 +321,7 @@
 	add_req->auth_len = 0;
 
 	who = uid_to_purple_name(uid);
-	msg = g_strdup_printf(_("%u requires verification"), uid);
+	msg = g_strdup_printf(_("%u requires verification: %s"), uid, question);
 	purple_request_input(gc, _("Add buddy question"), msg,
 			_("Enter answer here"),
 			NULL,