mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Apply #1100 sort plugins list by name
This commit is contained in:
parent
4daa2a098b
commit
193f1b85ca
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue