[Libreoffice-commits] core.git: cui/source
Eike Rathke
erack at redhat.com
Thu Jul 12 16:37:58 UTC 2018
cui/source/options/dbregister.cxx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 1a5ef55b7de60131efa7a831309186b29cb6214e
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
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