diff options
author | Timothy Pearson <[email protected]> | 2013-03-01 00:53:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-03-01 00:53:28 -0600 |
commit | 1f14ed9dfeeeefdaafa03ea9a0517ab4900e91bb (patch) | |
tree | 6c0e5c4d7e231e380c7fd9f1af1d6f9f257fe919 | |
parent | 45bfc1dc6edcc27f67acfbebb2d0f22ea06a40c4 (diff) | |
download | kcmldap-1f14ed9dfeeeefdaafa03ea9a0517ab4900e91bb.tar.gz kcmldap-1f14ed9dfeeeefdaafa03ea9a0517ab4900e91bb.zip |
Fix potential update glitch in initial bond wizard
-rw-r--r-- | src/bondwizard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bondwizard.cpp b/src/bondwizard.cpp index db96f03..c774da0 100644 --- a/src/bondwizard.cpp +++ b/src/bondwizard.cpp @@ -203,6 +203,7 @@ void BondWizard::accept(){ finishpage->setEnabled(false); if (LDAPManager::bondRealm(m_finalRealm, finishpage->ldapAdminUsername->text(), finishpage->ldapAdminPassword->password(), finishpage->ldapAdminRealm->text(), &errorString) == 0) { + m_ldapConfig->save(); done(0); } else { |