comparison libpurple/protocols/silc/pk.c @ 21236:73c5f5bfeb39

disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:01 +0000
parents fba1f6c3df0b
children 8ae227dca885
comparison
equal deleted inserted replaced
21235:fba1f6c3df0b 21236:73c5f5bfeb39
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