cui/source/options/optaboutconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e1206bfbf508f4a458e7ac8fe6d0935d177cb778 Author: Caolán McNamara <[email protected]> Date: Mon Mar 14 09:55:31 2016 +0000 Resolves: tdf#94968 return false is expanding failed to add anything Change-Id: I377c478f3f55c0b41c47ee025f2e09850ece56f3 (cherry picked from commit 1f780088e8171c088ccb1c8bd82e314c1e4016f0) Reviewed-on: https://gerrit.libreoffice.org/23239 Tested-by: Jenkins <[email protected]> Reviewed-by: Eike Rathke <[email protected]> Tested-by: Eike Rathke <[email protected]> diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index 58838fc..f65eca9 100644 --- a/cui/source/options/optaboutconfig.cxx +++ b/cui/source/options/optaboutconfig.cxx @@ -937,7 +937,7 @@ IMPL_LINK_NOARG_TYPED( CuiAboutConfigTabPage, ExpandingHdl_Impl, SvTreeListBox*, } } - return true; + return pEntry && pEntry->HasChildren(); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
