mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 21:14:55 +00:00
Fix typo
This commit is contained in:
parent
32db5e2c5d
commit
269c4ec70c
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user