mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix setting file priorities on folders
This commit is contained in:
parent
fa0d3b9bfc
commit
587edbb0b0
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ class FilesTab(Tab):
|
|||
while i:
|
||||
selected.append(self.treestore[i][5])
|
||||
if self.treestore.iter_has_child(i):
|
||||
get_selected_files(i, selected)
|
||||
get_iter_children(i, selected)
|
||||
i = self.treestore.iter_next(i)
|
||||
|
||||
selected = []
|
||||
|
|
Loading…
Add table
Reference in a new issue