orca r4431 - in trunk: . src/orca



Author: wwalker
Date: Mon Jan 19 14:28:00 2009
New Revision: 4431
URL: http://svn.gnome.org/viewvc/orca?rev=4431&view=rev

Log:
Fix for bug #567864 - Orca stops responding when flat review is used in thunderbird message window and message is closed


Modified:
   trunk/ChangeLog
   trunk/src/orca/default.py

Modified: trunk/src/orca/default.py
==============================================================================
--- trunk/src/orca/default.py	(original)
+++ trunk/src/orca/default.py	Mon Jan 19 14:28:00 2009
@@ -4180,7 +4180,10 @@
             # Hide the flat review window and reset it so that it will be
             # recreated.
             #
-            self.drawOutline(-1, 0, 0, 0)
+            if self.flatReviewContext:
+                self.drawOutline(-1, 0, 0, 0)
+                self.flatReviewContext = None
+                self.updateBraille(orca_state.locusOfFocus)
 
         # Because window activated and deactivated events may be
         # received in any order when switching from one application to



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