mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-10 10:26:46 +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:
|
if page != None:
|
||||||
for (index, string) in self.liststore:
|
for (index, string) in self.liststore:
|
||||||
if page == string:
|
if page == string:
|
||||||
self.notebook.set_current_page(index)
|
self.treeview.get_selection().select_path(index)
|
||||||
break
|
break
|
||||||
|
|
||||||
# Update the preferences dialog to reflect current config settings
|
# Update the preferences dialog to reflect current config settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user