comparison libpurple/protocols/silc/pk.c @ 21099:51cf02dbdb0e

disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:30:03 +0000
parents cab348e39751
children fcb848b2d669
comparison
equal deleted inserted replaced
21095:cab348e39751 21099:51cf02dbdb0e
105 } 105 }
106 g_snprintf(tmp2, sizeof(tmp2), 106 g_snprintf(tmp2, sizeof(tmp2),
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(gc, _("Verify Public Key"), tmp, tmp2,
111 PURPLE_DEFAULT_ACTION_NONE, 111 PURPLE_DEFAULT_ACTION_NONE,
112 purple_connection_get_account(gc), entity, NULL, "blist", verify, 3, 112 purple_connection_get_account(gc), entity, NULL, 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