[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - dbaccess/source

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun May 17 09:21:07 UTC 2020


 dbaccess/source/ui/dlg/ConnectionPage.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 10444727db12d371e99c4ce4bdb74cf9ca8b87b8
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat May 16 19:39:29 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 17 11:20:34 2020 +0200

    tdf#97416: fix Database password properties in ODB file not re-settable via UI
    
    Just call save_state() of the checkbox
    
    Change-Id: I3fa434b080efdcd284fba8e2f73d8e4846870576
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94363
    Tested-by: Jenkins
    Reviewed-by: Lionel Elie Mamane <lionel at mamane.lu>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94374

diff --git a/dbaccess/source/ui/dlg/ConnectionPage.cxx b/dbaccess/source/ui/dlg/ConnectionPage.cxx
index 2fec1cee16b6..e763e3097c2d 100644
--- a/dbaccess/source/ui/dlg/ConnectionPage.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionPage.cxx
@@ -238,6 +238,7 @@ namespace dbaui
             m_xUserName->save_value();
             m_xConnectionURL->save_value();
             m_xJavaDriver->save_value();
+            m_xPasswordRequired->save_state();
         }
     }
 


More information about the Libreoffice-commits mailing list