mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
Expand root folder in files tab by default
This commit is contained in:
parent
cbab9cd823
commit
ed5e080b6d
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ Deluge 0.9.07 - "1.0.0_RC7" (18 August 2008)
|
||||||
* Fix size units to be more accurate
|
* Fix size units to be more accurate
|
||||||
* Fix torrentview sorting to be persistent
|
* Fix torrentview sorting to be persistent
|
||||||
* Fix not displaying file list when state changes
|
* Fix not displaying file list when state changes
|
||||||
|
* Expand root folder in files tab by default
|
||||||
|
|
||||||
Null:
|
Null:
|
||||||
* Fix #415 crash when using 'config-set' with no parameters
|
* Fix #415 crash when using 'config-set' with no parameters
|
||||||
|
|
|
@ -339,6 +339,7 @@ class FilesTab(Tab):
|
||||||
|
|
||||||
def update_files(self):
|
def update_files(self):
|
||||||
self.prepare_file_store(self.files_list[self.torrent_id])
|
self.prepare_file_store(self.files_list[self.torrent_id])
|
||||||
|
self.listview.expand_row("0", False)
|
||||||
|
|
||||||
def get_selected_files(self):
|
def get_selected_files(self):
|
||||||
"""Returns a list of file indexes that are selected"""
|
"""Returns a list of file indexes that are selected"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue