mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +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"] = \
|
new_core_config["prioritize_first_last_pieces"] = \
|
||||||
self.glade.get_widget(
|
self.glade.get_widget(
|
||||||
"chk_prioritize_first_last_pieces").get_active()
|
"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 ##
|
## Network tab ##
|
||||||
listen_ports = []
|
listen_ports = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue