diff options
author | Timothy Pearson <[email protected]> | 2012-05-29 18:23:12 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-29 18:23:12 -0500 |
commit | a6d06dfe2ab0aadb6b0987fb7f96e8f3c9841846 (patch) | |
tree | cbc45950449b5942277b8a3490b87bfecf8df023 /src/userconfigdlg.cpp | |
parent | 68e675057219723d6c657db4fd930c5b49ff583c (diff) | |
download | kcmldapmanager-a6d06dfe2ab0aadb6b0987fb7f96e8f3c9841846.tar.gz kcmldapmanager-a6d06dfe2ab0aadb6b0987fb7f96e8f3c9841846.zip |
RW support for groups now in place
Diffstat (limited to 'src/userconfigdlg.cpp')
-rw-r--r-- | src/userconfigdlg.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/userconfigdlg.cpp b/src/userconfigdlg.cpp index 48724fa..a2ad641 100644 --- a/src/userconfigdlg.cpp +++ b/src/userconfigdlg.cpp @@ -110,6 +110,9 @@ UserConfigDialog::UserConfigDialog(LDAPUserInfo user, LDAPConfig* parent, const } void UserConfigDialog::slotOk() { + // Update data + // RAJA FIXME + accept(); } |