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
Plasma
user-manager
Commits
4c7f397c
Commit
4c7f397c
authored
Dec 22, 2013
by
Àlex Fiestas
Browse files
Reset KDialog::Ok to false on each checkPassword
BUG: 328667
parent
fa0e142a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/passworddialog.cpp
View file @
4c7f397c
...
...
@@ -79,6 +79,7 @@ QString PasswordDialog::password() const
void
PasswordDialog
::
checkPassword
()
{
kDebug
()
<<
"Checking password"
;
button
(
KDialog
::
Ok
)
->
setEnabled
(
false
);
if
(
verifyEdit
->
text
().
isEmpty
())
{
kDebug
()
<<
"Verify password is empty"
;
...
...
Write
Preview
Markdown
is supported
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