Parent Directory
|
Revision Log
|
Patch
revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC | revision 24 by twoaday, Sat Oct 8 10:43:08 2005 UTC | |
---|---|---|
# | Line 214 clip_sign_dlg_proc (HWND dlg, UINT msg, | Line 214 clip_sign_dlg_proc (HWND dlg, UINT msg, |
214 | free_if_alloc (signer); | free_if_alloc (signer); |
215 | memset (pwd.pwd, 0, sizeof pwd.pwd); | memset (pwd.pwd, 0, sizeof pwd.pwd); |
216 | ||
217 | if (pwd.cancel && err == gpg_error (GPG_ERR_BAD_PASSPHRASE)) { | if (pwd.cancel && gpgme_err_code(err) == GPG_ERR_BAD_PASSPHRASE) { |
218 | /* The user hit the cancel button or bad passphrase */ | /* The user hit the cancel button or bad passphrase */ |
219 | gpgme_release (ctx); | gpgme_release (ctx); |
220 | EndDialog (dlg, TRUE); | EndDialog (dlg, TRUE); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |