Author: andar

Revision: 6032

Log:
        Apply #1100 sort plugins list by name

Diff:
Modified: branches/1.2_RC/deluge/ui/gtkui/preferences.py
===================================================================
--- branches/1.2_RC/deluge/ui/gtkui/preferences.py      2009-12-15 06:36:02 UTC 
(rev 6031)
+++ branches/1.2_RC/deluge/ui/gtkui/preferences.py      2009-12-15 17:37:05 UTC 
(rev 6032)
@@ -80,6 +80,7 @@
 
         # 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()

Modified: trunk/deluge/ui/gtkui/preferences.py
===================================================================
--- trunk/deluge/ui/gtkui/preferences.py        2009-12-15 06:36:02 UTC (rev 
6031)
+++ trunk/deluge/ui/gtkui/preferences.py        2009-12-15 17:37:05 UTC (rev 
6032)
@@ -80,6 +80,7 @@
 
         # 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()


--

You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.


Reply via email to