[Libreoffice-commits] core.git: desktop/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Aug 11 22:47:04 UTC 2018
desktop/source/app/app.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2694eb1a1b3c0cf2187ad679e974b9f17f95e169
Author: Tor Lillqvist <tml at iki.fi>
AuthorDate: Sat Aug 11 10:41:42 2018 +0300
Commit: Tor Lillqvist <tml at iki.fi>
CommitDate: Sun Aug 12 01:46:32 2018 +0300
Fix fallout from 6a4c464b49dbfa2801818ead1b50bc9580824d00
Change-Id: I72e4008a0aacf7e35006be685462168874954631
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index e459ccdace81..71b83d64f3c3 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1055,7 +1055,7 @@ void restartOnMac(bool passArguments) {
std::unique_ptr<weld::MessageDialog> xRestartBox(Application::CreateMessageDialog(nullptr,
VclMessageType::Warning, VclButtonsType::Ok, aMessage));
- xRestartBox->Execute();
+ xRestartBox->run();
#else
OUString execUrl;
OSL_VERIFY(osl_getExecutableFile(&execUrl.pData) == osl_Process_E_None);
More information about the Libreoffice-commits
mailing list