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