summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-12-23 20:05:14 +0000
committerAndras Timar <andras.timar@collabora.com>2019-01-17 14:00:06 +0100
commit39f2e4490a1f4ac7706724adb789cc460bd86300 (patch)
tree7f700c9baaa4d29f70966de5bd605b503c8107a9 /desktop
parent49a4214ccad0415951908fd5814617410845c57b (diff)
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@ubuntu.com> (cherry picked from commit a93713359265a9a1403c744e467eb5faa09cc747)
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_theextmgr.cxx1
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 b9dd8cd947f5..221d5b5f7906 100644
--- a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx
+++ b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx
@@ -449,6 +449,7 @@ void TheExtensionManager::queryTermination( ::lang::EventObject const & )
}
else
{
+ clearModified();
if ( m_pExtMgrDialog )
m_pExtMgrDialog->Close();
if ( m_pUpdReqDialog )