[orca] Fix for bug 687526 - Patch: Orca excepts trying to output exceptions



commit adf637d20598d988f912bda1b886f21158340dea
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sat Nov 3 14:05:12 2012 -0400

    Fix for bug 687526 - Patch: Orca excepts trying to output exceptions

 src/orca/script_manager.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/script_manager.py b/src/orca/script_manager.py
index 7b69035..76cac82 100644
--- a/src/orca/script_manager.py
+++ b/src/orca/script_manager.py
@@ -251,7 +251,7 @@ class ScriptManager:
                 appScript.registerEventListeners()
         except:
             msg = "WARNING: Exception getting app script."
-            debug.printException(debug.LEVEL_WARNING, msg)
+            debug.println(debug.LEVEL_WARNING, msg)
             appScript = self.getDefaultScript()
 
         # Only defer to the toolkit script for this object if the app script



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