mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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
|
||||
|
||||
def add_texticon_column(self, header, col_types=[int, str],
|
||||
sortid=0,
|
||||
sortid=1,
|
||||
hidden=False,
|
||||
position=None,
|
||||
status_field=None,
|
||||
|
|
Loading…
Add table
Reference in a new issue