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



Author: wwalker
Date: Wed Nov 19 15:06:33 2008
New Revision: 4348
URL: http://svn.gnome.org/viewvc/orca?rev=4348&view=rev

Log:
More work on bug #508675 - Applying change in Orca preference dialog is 
a little bit slow.  This fix makes things even faster.


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

Modified: branches/gnome-2-24/src/orca/orca_gui_prefs.py
==============================================================================
--- branches/gnome-2-24/src/orca/orca_gui_prefs.py	(original)
+++ branches/gnome-2-24/src/orca/orca_gui_prefs.py	Wed Nov 19 15:06:33 2008
@@ -4057,6 +4057,18 @@
         - widget: the component that generated the signal.
         """
 
+        self.keyBindView.set_model(None)
+        self.getTextAttributesView.set_model(None)
+        self.pronunciationView.set_model(None)
+        self.keyBindView.set_headers_visible(False)
+        self.getTextAttributesView.set_headers_visible(False)
+        self.pronunciationView.set_headers_visible(False)
+        self.keyBindView.hide_all()
+        self.getTextAttributesView.hide_all()
+        self.pronunciationView.hide_all()
+        self.keyBindView.hide()
+        self.getTextAttributesView.hide()
+        self.pronunciationView.hide()
         mag.finishLiveUpdating()
         orca_state.orcaOS = None
 



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