GNOME Bugzilla – Bug 547774
Possible small performance improvement for starting preferences
Last modified: 2009-03-10 00:05:48 UTC
Please describe the problem: According to http://www.pygtk.org/pygtk2tutorial/sec-TreeModelInterface.html#sec-LargeDataStores it says "If adding a large number of rows disconnect the TreeModel from its TreeView (using the set_model() method with the model parameter set to None) to avoid TreeView updates for each row entered." This patch only associates the model with the treeview once the model is fully populated. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 116575 [details] [review] revision 1
Thanks! Committed for 2.23.91.
Seems to help. thanks much
Thanks! Closing as FIXED for Orca v2.23.91.