[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - cui/source
Jan Holesovsky
kendy at collabora.com
Fri Apr 6 13:06:28 UTC 2018
cui/source/options/optaboutconfig.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f6a48d610f20f54edc3edb565a11aa838ebef201
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Apr 3 10:27:16 2018 +0200
tdf#116733: Fix expanding in the entries in "Open expert configuration".
The DoubleClickHdl()'s return value does not mean "was handled", but actually
"is there anything more to be done".
Change-Id: Ideeee31db648829546a713148124e3d366941b9a
Reviewed-on: https://gerrit.libreoffice.org/52292
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
(cherry picked from commit 3af6be55ae1dabb1b72cbb4c57cca33c28b347f8)
Reviewed-on: https://gerrit.libreoffice.org/52305
Reviewed-by: Marco Cecchetti <mrcekets at gmail.com>
Tested-by: Marco Cecchetti <mrcekets at gmail.com>
diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx
index ca6ca3673353..2ff62841b481 100644
--- a/cui/source/options/optaboutconfig.cxx
+++ b/cui/source/options/optaboutconfig.cxx
@@ -572,7 +572,7 @@ IMPL_LINK_NOARG( CuiAboutConfigTabPage, ResetBtnHdl_Impl, Button*, void )
IMPL_LINK_NOARG( CuiAboutConfigTabPage, DoubleClickHdl_Impl, SvTreeListBox*, bool )
{
StandardHdl_Impl(nullptr);
- return false;
+ return true;
}
IMPL_LINK_NOARG( CuiAboutConfigTabPage, StandardHdl_Impl, Button*, void )
More information about the Libreoffice-commits
mailing list