diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-02-22 12:56:01 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-03-27 09:41:44 +0100 |
commit | dd889b290304b73f96a9a8e6e0f144d3aa2ba7e1 (patch) | |
tree | b7267890302290529e9305c8730e8e217f907b31 /desktop | |
parent | b67991ecdb12bfa385496731f192ac081947c779 (diff) |
Resolves tdf#159573 and tdf#137931 - WhatsNew or Welcome dialog
To test the new dialog, change org.openoffice.Setup > Product > ooSetupLastVersion to some lesser value for the WhatsNew dialog or clear the entry for the Welcome version.
Change-Id: Iec6de50edba0e5430e82f1db85e61d1e4501771d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163739
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index d99b7995ed93..d59855e58b03 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -347,7 +347,7 @@ void runGraphicsRenderTests() if (comphelper::LibreOfficeKit::isActive()) return; #if !ENABLE_WASM_STRIP_PINGUSER - if (!utl::isProductVersionUpgraded(false)) + if (!utl::isProductVersionUpgraded()) { return; } |