mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Fix sorting of name column.
This commit is contained in:
parent
24fc4f0a49
commit
df9fd2af09
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ class ListView:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def add_texticon_column(self, header, col_types=[int, str],
|
def add_texticon_column(self, header, col_types=[int, str],
|
||||||
sortid=0,
|
sortid=1,
|
||||||
hidden=False,
|
hidden=False,
|
||||||
position=None,
|
position=None,
|
||||||
status_field=None,
|
status_field=None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue