mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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
|
||||
|
||||
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()):
|
||||
cname = column.get_title()
|
||||
|
|
Loading…
Add table
Reference in a new issue