mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix typo
This commit is contained in:
parent
32db5e2c5d
commit
269c4ec70c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue