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?
|
#download?, path, filesize, sequence number, inconsistent?
|
||||||
self.files_treestore = gtk.TreeStore(bool, str, gobject.TYPE_UINT64,
|
self.files_treestore = gtk.TreeStore(bool, str, gobject.TYPE_UINT64,
|
||||||
gobject.TYPE_INT64, bool, str)
|
gobject.TYPE_INT64, bool, str)
|
||||||
|
self.files_treestore.set_sort_column_id(1, gtk.SORT_ASCENDING)
|
||||||
|
|
||||||
# Holds the files info
|
# Holds the files info
|
||||||
self.files = {}
|
self.files = {}
|
||||||
self.infos = {}
|
self.infos = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user