dbaccess/source/ui/dlg/generalpage.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 9b6a9a1f50a6d7326e97b02618e9bd5e44fb5832
Author:     Xisco Fauli <[email protected]>
AuthorDate: Wed May 22 16:17:45 2019 +0200
Commit:     Xisco Faulí <[email protected]>
CommitDate: Wed May 22 22:29:16 2019 +0200

    tdf#124951: Enable children depending on parent
    
    Change-Id: I221b7ae202d6dbd08d0496561652b2471b093b46
    Reviewed-on: https://gerrit.libreoffice.org/72783
    Reviewed-by: Noel Grandin <[email protected]>
    Tested-by: Jenkins
    Reviewed-by: Xisco Faulí <[email protected]>

diff --git a/dbaccess/source/ui/dlg/generalpage.cxx 
b/dbaccess/source/ui/dlg/generalpage.cxx
index a0284ea885f6..5da530c6b201 100644
--- a/dbaccess/source/ui/dlg/generalpage.cxx
+++ b/dbaccess/source/ui/dlg/generalpage.cxx
@@ -675,6 +675,10 @@ namespace dbaui
         {
             m_pEmbeddedDBType->Enable(m_pRB_CreateDatabase->IsChecked());
             m_pFT_EmbeddedDBLabel->Enable(m_pRB_CreateDatabase->IsChecked());
+            m_pDatasourceType->Enable(m_pRB_ConnectDatabase->IsChecked());
+            
m_pPB_OpenDatabase->Enable(m_pRB_OpenExistingDatabase->IsChecked());
+            
m_pFT_DocListLabel->Enable(m_pRB_OpenExistingDatabase->IsChecked());
+            
m_pLB_DocumentList->Enable(m_pRB_OpenExistingDatabase->IsChecked());
         }
     }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to