libpurple/protocols/silc/pk.c

changeset 34331
c8486462bb63
parent 34304
faf0414a8b51
child 34449
bbcb198650b7
equal deleted inserted replaced
34330:35d5e8fcc07b 34331:c8486462bb63
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

mercurial