This commit is contained in:
Andrew Resch 2008-11-29 20:25:11 +00:00
parent 32db5e2c5d
commit 269c4ec70c
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class PeersTab(Tab):
return return
if state["sort_id"] and state["sort_order"]: if state["sort_id"] and state["sort_order"]:
self.treestore.set_sort_column_id(state["sort_id"], state["sort_order"]) self.liststore.set_sort_column_id(state["sort_id"], state["sort_order"])
for (index, column) in enumerate(self.listview.get_columns()): for (index, column) in enumerate(self.listview.get_columns()):
cname = column.get_title() cname = column.get_title()