Mercurial > pidgin
diff src/protocols/silc/pk.c @ 10116:9f358a718f38
[gaim-migrate @ 11153]
I went through every commit email on oldstatus since we branched, and merged
relevant things to HEAD that had only been applied on oldstatus.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Mon, 18 Oct 2004 19:02:33 +0000 |
| parents | 50d0f76639e7 |
| children | 0f7452b1f777 |
line wrap: on
line diff
--- a/src/protocols/silc/pk.c Mon Oct 18 17:25:25 2004 +0000 +++ b/src/protocols/silc/pk.c Mon Oct 18 19:02:33 2004 +0000 @@ -112,7 +112,8 @@ _("Fingerprint and babbleprint for the %s key are:\n\n" "%s\n%s\n"), entity, fingerprint, babbleprint); - gaim_request_action(NULL, _("Verify Public Key"), tmp, tmp2, 2, verify, 3, + gaim_request_action(NULL, _("Verify Public Key"), tmp, tmp2, + GAIM_DEFAULT_ACTION_NONE, verify, 3, _("Yes"), G_CALLBACK(silcgaim_verify_cb), _("No"), G_CALLBACK(silcgaim_verify_cb), _("View..."), G_CALLBACK(silcgaim_verify_details));
