| 107 _("Fingerprint and babbleprint for the %s key are:\n\n" |
107 _("Fingerprint and babbleprint for the %s key are:\n\n" |
| 108 "%s\n%s\n"), entity, fingerprint, babbleprint); |
108 "%s\n%s\n"), entity, fingerprint, babbleprint); |
| 109 |
109 |
| 110 purple_request_action_with_hint(gc, _("Verify Public Key"), tmp, tmp2, |
110 purple_request_action_with_hint(gc, _("Verify Public Key"), tmp, tmp2, |
| 111 PURPLE_DEFAULT_ACTION_NONE, |
111 PURPLE_DEFAULT_ACTION_NONE, |
| 112 purple_connection_get_account(gc), entity, NULL, PURPLE_REQUEST_HINT_BLIST, verify, 3, |
112 purple_connection_get_account(gc), entity, NULL, "blist", verify, 3, |
| 113 _("Yes"), G_CALLBACK(silcpurple_verify_cb), |
113 _("Yes"), G_CALLBACK(silcpurple_verify_cb), |
| 114 _("No"), G_CALLBACK(silcpurple_verify_cb), |
114 _("No"), G_CALLBACK(silcpurple_verify_cb), |
| 115 _("_View..."), G_CALLBACK(silcpurple_verify_details)); |
115 _("_View..."), G_CALLBACK(silcpurple_verify_details)); |
| 116 } |
116 } |
| 117 |
117 |