[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - cui/source

Eike Rathke erack at redhat.com
Fri Jul 13 08:29:11 UTC 2018


 cui/source/options/dbregister.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 48c6375458d09378b404e2ab5153f2ef2cc0630e
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Jul 12 18:26:05 2018 +0200

    SvTreeListBox::DoubleClickHdl: DbRegistrationOptionsPage more, tdf#115950 rel.
    
    Change-Id: I820ce28a4df108f17cbb65210834acae6b0f8946
    (cherry picked from commit 1a5ef55b7de60131efa7a831309186b29cb6214e)
    Reviewed-on: https://gerrit.libreoffice.org/57355
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx
index 40ec9d950f87..91e0d16dbf35 100644
--- a/cui/source/options/dbregister.cxx
+++ b/cui/source/options/dbregister.cxx
@@ -284,7 +284,9 @@ IMPL_LINK_NOARG(DbRegistrationOptionsPage, NewHdl, Button*, void)
 IMPL_LINK_NOARG(DbRegistrationOptionsPage, PathBoxDoubleClickHdl, SvTreeListBox*, bool)
 {
     EditHdl(nullptr);
-    return false;
+    // Signal more to be done, i.e. when entry removed/inserted via
+    // openLinkDialog().
+    return true;
 }
 
 


More information about the Libreoffice-commits mailing list