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
6f6d1e54
Commit
6f6d1e54
authored
Mar 10, 2022
by
Ingo Klöcker
Browse files
Fix wrong text if multi selection is allowed
We need to update the text when the options are changed. GnuPG-bug-id: 5876
parent
e92e3128
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/certificateselectiondialog.cpp
View file @
6f6d1e54
...
...
@@ -253,6 +253,7 @@ void CertificateSelectionDialog::setOptions(Options options)
d
->
ui
.
tabWidget
.
setMultiSelection
(
options
&
MultiSelection
);
d
->
slotKeysMayHaveChanged
();
d
->
updateLabelText
();
}
CertificateSelectionDialog
::
Options
CertificateSelectionDialog
::
options
()
const
...
...
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