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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 28 06:37:08 UTC 2018


 desktop/source/deployment/gui/dp_gui_theextmgr.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a93713359265a9a1403c744e467eb5faa09cc747
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Dec 23 20:05:14 2018 +0000
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Dec 28 07:36:47 2018 +0100

    tdf#122269 don't prompt to restart if we're exiting the application anyway
    
    Change-Id: I6272ae92b7e948680fb7241c387eb205adbbea01
    Reviewed-on: https://gerrit.libreoffice.org/65596
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx
index 94a8dd09df6c..f50687e11934 100644
--- a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx
+++ b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx
@@ -445,6 +445,7 @@ void TheExtensionManager::queryTermination( ::lang::EventObject const & )
     }
     else
     {
+        clearModified();
         if ( m_pExtMgrDialog )
             m_pExtMgrDialog->Close();
         if ( m_pUpdReqDialog )


More information about the Libreoffice-commits mailing list