Move Interface page to top in preferences

This commit is contained in:
Calum Lind 2013-05-15 14:47:09 +01:00
parent 879cf1b53c
commit 65f3c12d2d
2 changed files with 757 additions and 757 deletions

File diff suppressed because it is too large Load Diff

View File

@ -88,7 +88,7 @@ class Preferences(component.Component):
self.treeview.append_column(column) self.treeview.append_column(column)
# Add the default categories # Add the default categories
i = 0 i = 0
for category in (_("Downloads"), _("Network"), _("Bandwidth"), _("Interface"), _("Other"), for category in (_("Interface"), _("Downloads"), _("Network"), _("Bandwidth"), _("Other"),
_("Daemon"), _("Queue"), _("Proxy"), _("Cache"), _("Plugins"), "_separator_"): _("Daemon"), _("Queue"), _("Proxy"), _("Cache"), _("Plugins"), "_separator_"):
self.liststore.append([i, category]) self.liststore.append([i, category])
i += 1 i += 1