desktop/source/deployment/gui/dp_gui_theextmgr.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 14f827ee132e06fbd4131df2ba4141715db4caab Author: Caolán McNamara <[email protected]> AuthorDate: Sun Dec 23 20:05:14 2018 +0000 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Fri Dec 28 07:36:07 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/65589 Tested-by: Jenkins Reviewed-by: Xisco Faulí <[email protected]> Tested-by: Xisco Faulí <[email protected]> Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx index 5a1a2528955c..f64538a3c64b 100644 --- a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx +++ b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx @@ -442,6 +442,7 @@ void TheExtensionManager::queryTermination( ::lang::EventObject const & ) } else { + clearModified(); if ( m_pExtMgrDialog ) m_pExtMgrDialog->Close(); if ( m_pUpdReqDialog ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
