[Libreoffice-commits] core.git: desktop/source
Caolán McNamara
caolanm at redhat.com
Mon Nov 2 04:36:41 PST 2015
desktop/source/app/app.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 364590a5fcf1b2344d64110e059086daaf64fb9b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Nov 2 12:35:43 2015 +0000
afl-eventtesting: fix persistent mode
Change-Id: I96f75b51000811044b4407f8411d4e8cdba797c6
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index c9b7d13..a6b1e63 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
More information about the Libreoffice-commits
mailing list