Expand root folder in files tab by default

This commit is contained in:
Andrew Resch 2008-08-17 23:31:54 +00:00
parent cbab9cd823
commit ed5e080b6d
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ Deluge 0.9.07 - "1.0.0_RC7" (18 August 2008)
* Fix size units to be more accurate
* Fix torrentview sorting to be persistent
* Fix not displaying file list when state changes
* Expand root folder in files tab by default
Null:
* Fix #415 crash when using 'config-set' with no parameters

View file

@ -339,6 +339,7 @@ class FilesTab(Tab):
def update_files(self):
self.prepare_file_store(self.files_list[self.torrent_id])
self.listview.expand_row("0", False)
def get_selected_files(self):
"""Returns a list of file indexes that are selected"""