| Summary: | Adding UID fails if smartcard is used | ||
|---|---|---|---|
| Product: | [Applications] kgpg | Reporter: | Stanislav Sidorenko <stanislav> |
| Component: | general | Assignee: | Rolf Eike Beer <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.5.1 | |
| Sentry Crash Report: | |||
| Attachments: | handle prompt when adding uids | ||
|
Description
Stanislav Sidorenko
2010-08-23 19:34:40 UTC
Created attachment 50871 [details]
handle prompt when adding uids
Works correctly with this patch. SVN commit 1167158 by dakon: handle prompt when adding UIDs This fixes adding uids when the key is stored on a smartcard. CCBUG:248833 M +2 -0 kgpgadduid.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1167158 SVN commit 1167162 by dakon: backport the fixes to allow KGpg working with keys stored on smartcards backport of 1167158, 1167159 and 1167161 BUGS:139965,248598,248833 M +2 -0 kgpgadduid.cpp M +3 -5 kgpgsignkey.cpp M +2 -0 kgpgtransaction.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1167162 |