[Libreoffice-commits] core.git: desktop/source

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Jul 24 18:05:34 UTC 2017


 desktop/source/app/app.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c8e8ae885b519e2bb282b087606b3be2a07c218d
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Jul 24 20:03:47 2017 +0200

    updater: make sure the old oosplash process closes
    
    Change-Id: Idc0c0231552c79b5e944facffd2d64352bb94cff

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index e19227314202..4e6dc432f55e 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1430,6 +1430,8 @@ int Desktop::Main()
                 officecfg::Office::Update::Update::OldBuildID::set(aBuildID, batch);
                 officecfg::Office::Update::Update::UpdateRunning::set(true, batch);
                 batch->commit();
+                // avoid the old oosplash staying around
+                CloseSplashScreen();
                 update();
             }
             else if (isTimeForUpdateCheck())


More information about the Libreoffice-commits mailing list