Log Message: |
2005-04-11 Timo Schulz <twoaday@freakmail.de>
* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset
'enable' flag always at the begin.
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct
key trust. Noted by a friendly user.
* wptListView.cpp (listview_add_item_pos): New.
* wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to
the fact that GPG does not return the fingerprint of
the generated subkey any longer, we need to get it manually.
Thanks to Maxime Brandt.
(keyedit_addsubkey_dlg_proc): If key size too large, ask
if this was a mistake.
(keyedit_add_subkey): Use it here.
(do_add_new_subkey): Fix list contrl insertion.
* wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant.
|