[PC-BSD Commits] r17768 - pcbsd/current/src-qt4/pc-adsldap
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 16 09:57:39 PDT 2012
Author: kris
Date: 2012-07-16 16:57:39 +0000 (Mon, 16 Jul 2012)
New Revision: 17768
Modified:
pcbsd/current/src-qt4/pc-adsldap/adsldap.cpp
Log:
Hide LDAP tab for now, until we get backend for it
Modified: pcbsd/current/src-qt4/pc-adsldap/adsldap.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-adsldap/adsldap.cpp 2012-07-16 16:57:37 UTC (rev 17767)
+++ pcbsd/current/src-qt4/pc-adsldap/adsldap.cpp 2012-07-16 16:57:39 UTC (rev 17768)
@@ -22,6 +22,8 @@
connect(pushSave, SIGNAL(clicked()), this, SLOT(slotSave()));
loadSettings();
+ tabWidget->setTabEnabled(1, false);
+ tabWidget->removeTab(1);
}
void pcADSLDAP::slotClose()
More information about the Commits
mailing list