[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - desktop/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Aug 11 15:46:25 UTC 2018


 desktop/source/app/app.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8a24b1ebaba46edb99a96bb558317cebe8946dfb
Author:     Tor Lillqvist <tml at iki.fi>
AuthorDate: Sat Aug 11 10:41:42 2018 +0300
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Aug 11 17:46:06 2018 +0200

    Fix fallout from 6a4c464b49dbfa2801818ead1b50bc9580824d00
    
    Change-Id: I72e4008a0aacf7e35006be685462168874954631
    Reviewed-on: https://gerrit.libreoffice.org/58872
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index cb67abaa8fd9..c83d424f8a30 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1054,7 +1054,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