diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-07-24 20:03:47 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-07-24 20:04:51 +0200 |
commit | c8e8ae885b519e2bb282b087606b3be2a07c218d (patch) | |
tree | 43e4a98c8ccc0b226c2a799d188c5488d51e010d /desktop | |
parent | f51ad2f3e840efc26e4eeec6491972bca1e4d58a (diff) |
updater: make sure the old oosplash process closes
Change-Id: Idc0c0231552c79b5e944facffd2d64352bb94cff
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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()) |