pidgin: c73e6d48: We should probably actually put the ques...

qulogic at pidgin.im qulogic at pidgin.im
Mon Aug 23 01:32:29 EDT 2010


----------------------------------------------------------------------
Revision: c73e6d48fa9b26d72abc3e41b80eb7e004f40062
Parent:   6edfcd5c45dd91f7b29deaf9eedbf44ce09c0a9c
Author:   qulogic at pidgin.im
Date:     08/22/10 23:28:50
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c73e6d48fa9b26d72abc3e41b80eb7e004f40062

Changelog: 

We should probably actually put the question in the input request.
Reported by a rawblem in #pidgin.

Changes against parent 6edfcd5c45dd91f7b29deaf9eedbf44ce09c0a9c

  patched  libpurple/protocols/qq/buddy_opt.c

-------------- next part --------------
============================================================
--- libpurple/protocols/qq/buddy_opt.c	3e17d546a275b34ad8d2b43ebf34c7997971b8ed
+++ libpurple/protocols/qq/buddy_opt.c	c2ee9b15f4bff640a20bc9d2aa3f95fd37a1cec8
@@ -321,7 +321,7 @@ static void add_buddy_question_input(Pur
 	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,


More information about the Commits mailing list