orca r4347 - in trunk: . src/orca



Author: wwalker
Date: Wed Nov 19 15:04:15 2008
New Revision: 4347
URL: http://svn.gnome.org/viewvc/orca?rev=4347&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:
   trunk/ChangeLog
   trunk/src/orca/orca_gui_prefs.py

Modified: trunk/src/orca/orca_gui_prefs.py
==============================================================================
--- trunk/src/orca/orca_gui_prefs.py	(original)
+++ trunk/src/orca/orca_gui_prefs.py	Wed Nov 19 15:04:15 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]