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



Author: wwalker
Date: Mon Jan  5 13:56:24 2009
New Revision: 4402
URL: http://svn.gnome.org/viewvc/orca?rev=4402&view=rev

Log:
Fix for bug #354479 - Automatic presentation of "balloon" type messages.


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	Mon Jan  5 13:56:24 2009
@@ -990,12 +990,14 @@
             self.onSelectionChanged
         listeners["object:property-change:accessible-value"] = \
             self.onValueChanged
-        listeners["object:value-changed"]                  = \
+        listeners["object:value-changed"]                   = \
             self.onValueChanged
         listeners["window:activate"]                        = \
             self.onWindowActivated
         listeners["window:deactivate"]                      = \
             self.onWindowDeactivated
+        listeners["window:create"]                          = \
+            self.noOp
 
         return listeners
 



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