desktop/source/app/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 364590a5fcf1b2344d64110e059086daaf64fb9b Author: Caolán McNamara <caol...@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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits