Ticket #1100: sort-plugins-list.patch
File sort-plugins-list.patch, 574 bytes (added by , 15 years ago) |
---|
-
deluge/ui/gtkui/preferences.py
80 80 81 81 # Setup plugin tab listview 82 82 self.plugin_liststore = gtk.ListStore(str, bool) 83 self.plugin_liststore.set_sort_column_id(0, gtk.SORT_ASCENDING) 83 84 self.plugin_listview = self.glade.get_widget("plugin_listview") 84 85 self.plugin_listview.set_model(self.plugin_liststore) 85 86 render = gtk.CellRendererToggle()