mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 18:38:39 +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:
|
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…
Add table
Add a link
Reference in a new issue