orca r4443 - in branches/gnome-2-24: . src/orca



Author: wwalker
Date: Wed Jan 21 15:05:12 2009
New Revision: 4443
URL: http://svn.gnome.org/viewvc/orca?rev=4443&view=rev

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


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/orca/default.py

Modified: branches/gnome-2-24/src/orca/default.py
==============================================================================
--- branches/gnome-2-24/src/orca/default.py	(original)
+++ branches/gnome-2-24/src/orca/default.py	Wed Jan 21 15:05:12 2009
@@ -4173,7 +4173,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]