mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix showing of page without updating selection in list.
This commit is contained in:
parent
d7dd5180cf
commit
cd2bfe8a62
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class Preferences(component.Component):
|
|||
if page != None:
|
||||
for (index, string) in self.liststore:
|
||||
if page == string:
|
||||
self.notebook.set_current_page(index)
|
||||
self.treeview.get_selection().select_path(index)
|
||||
break
|
||||
|
||||
# Update the preferences dialog to reflect current config settings
|
||||
|
|
Loading…
Add table
Reference in a new issue