mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 23:53:23 +00:00
Fix showing of page without updating selection in list.
This commit is contained in:
parent
d7dd5180cf
commit
cd2bfe8a62
@ -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…
x
Reference in New Issue
Block a user