mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
Sort filenames alphabetically in add torrent dialog
This commit is contained in:
parent
07eaf8ed36
commit
c32af5ac95
@ -71,6 +71,8 @@ class AddTorrentDialog(component.Component):
|
||||
#download?, path, filesize, sequence number, inconsistent?
|
||||
self.files_treestore = gtk.TreeStore(bool, str, gobject.TYPE_UINT64,
|
||||
gobject.TYPE_INT64, bool, str)
|
||||
self.files_treestore.set_sort_column_id(1, gtk.SORT_ASCENDING)
|
||||
|
||||
# Holds the files info
|
||||
self.files = {}
|
||||
self.infos = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user