summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-02 12:35:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-02 12:36:19 +0000
commit364590a5fcf1b2344d64110e059086daaf64fb9b (patch)
treee36074915b0d04f460ce2755ae275e34891a5c3c /desktop
parentecc7308efa973fd1f1985ff9a0a0f01414b73f2b (diff)
afl-eventtesting: fix persistent mode
Change-Id: I96f75b51000811044b4407f8411d4e8cdba797c6
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index c9b7d137856d..a6b1e6335900 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -668,7 +668,7 @@ bool Desktop::QueryExit()
{
xPropertySet->setPropertyValue( OUString(SUSPEND_QUICKSTARTVETO ), Any(false) );
}
- else
+ else if (!Application::IsEventTestingModeEnabled())
{
FlushConfiguration();
try