mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Fix preferences for removed preference.
This commit is contained in:
parent
28a4883a72
commit
f327290e33
1 changed files with 0 additions and 2 deletions
|
@ -357,8 +357,6 @@ class Preferences(component.Component):
|
|||
new_core_config["prioritize_first_last_pieces"] = \
|
||||
self.glade.get_widget(
|
||||
"chk_prioritize_first_last_pieces").get_active()
|
||||
new_gtkui_config["enable_files_dialog"] = \
|
||||
self.glade.get_widget("chk_enable_files_dialog").get_active()
|
||||
|
||||
## Network tab ##
|
||||
listen_ports = []
|
||||
|
|
Loading…
Add table
Reference in a new issue