[orca] Fix for bug #640372 - OOo seems far less likely to fall on its sword if we process its events synchr



commit 627e3b4a41b8f46e88a8e534786eed4835e8bdf4
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Jan 23 23:03:42 2011 -0500

    Fix for bug #640372 - OOo seems far less likely to fall on its sword if we process its events synchronously

 src/orca/settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index 0e019e9..aa3d8f1 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -936,7 +936,7 @@ asyncMode               = True
 # This was originally added for the Java toolkit (see bug #531869), but
 # we put this here to allow more toolkits to be more easily added.
 #
-synchronousToolkits     = []
+synchronousToolkits     = ['VCL']
 
 # If True, we output debug information for the event queue.  We
 # use this in addition to log level to prevent debug logic from



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]