mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Set # column as default sort.
This commit is contained in:
parent
8562cad4f5
commit
969b43d069
1 changed files with 3 additions and 0 deletions
|
@ -158,6 +158,9 @@ class TorrentView(listview.ListView, component.Component):
|
|||
[float],
|
||||
status_field=["distributed_copies"])
|
||||
|
||||
# Set default sort column to #
|
||||
self.liststore.set_sort_column_id(self.get_column_index("#"), gtk.SORT_ASCENDING)
|
||||
|
||||
# Set filter to None for now
|
||||
self.filter = (None, None)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue