Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kleopatra
Commits
c19a9e52
Commit
c19a9e52
authored
Nov 12, 2020
by
Ingo Klöcker
Browse files
Trigger update of displayed information after generating new card keys
parent
5818c059
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/view/pgpcardwidget.cpp
View file @
c19a9e52
...
...
@@ -319,6 +319,7 @@ void PGPCardWidget::genKeyDone(const GpgME::Error &err, const std::string &backu
KMessageBox
::
information
(
this
,
i18nc
(
"@info"
,
"Successfully generated a new key for this card."
),
i18nc
(
"@title"
,
"Success"
));
ReaderStatus
::
mutableInstance
()
->
updateStatus
();
}
void
PGPCardWidget
::
genkeyRequested
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment