diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-12-23 20:05:14 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-12-28 07:36:07 +0100 |
commit | 14f827ee132e06fbd4131df2ba4141715db4caab (patch) | |
tree | c23d6183c202528e56c4109adb522740bf25f062 /desktop | |
parent | 773e4896521ccf29ab040f977a3faaadd805c8d8 (diff) |
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í <xiscofauli@libreoffice.org>
Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_theextmgr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |