| 319 add_req->uid = uid; |
319 add_req->uid = uid; |
| 320 add_req->auth = NULL; |
320 add_req->auth = NULL; |
| 321 add_req->auth_len = 0; |
321 add_req->auth_len = 0; |
| 322 |
322 |
| 323 who = uid_to_purple_name(uid); |
323 who = uid_to_purple_name(uid); |
| 324 msg = g_strdup_printf(_("%u requires verification"), uid); |
324 msg = g_strdup_printf(_("%u requires verification: %s"), uid, question); |
| 325 purple_request_input(gc, _("Add buddy question"), msg, |
325 purple_request_input(gc, _("Add buddy question"), msg, |
| 326 _("Enter answer here"), |
326 _("Enter answer here"), |
| 327 NULL, |
327 NULL, |
| 328 TRUE, FALSE, NULL, |
328 TRUE, FALSE, NULL, |
| 329 _("Send"), G_CALLBACK(add_buddy_question_cb), |
329 _("Send"), G_CALLBACK(add_buddy_question_cb), |