Apply #1100 sort plugins list by name

This commit is contained in:
Andrew Resch 2009-12-15 17:37:05 +00:00
parent 53b9cdebcd
commit 72c9a46fa3

View File

@ -80,6 +80,7 @@ class Preferences(component.Component):
# Setup plugin tab listview
self.plugin_liststore = gtk.ListStore(str, bool)
self.plugin_liststore.set_sort_column_id(0, gtk.SORT_ASCENDING)
self.plugin_listview = self.glade.get_widget("plugin_listview")
self.plugin_listview.set_model(self.plugin_liststore)
render = gtk.CellRendererToggle()