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

New commits:
commit 1a5ef55b7de60131efa7a831309186b29cb6214e
Author: Eike Rathke <er...@redhat.com>
Date:   Thu Jul 12 18:26:05 2018 +0200

    SvTreeListBox::DoubleClickHdl: DbRegistrationOptionsPage more, tdf#115950 
rel.
    
    Change-Id: I820ce28a4df108f17cbb65210834acae6b0f8946

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;
 }
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to