diff --git a/deluge/ui/gtkui/preferences.py b/deluge/ui/gtkui/preferences.py index c556fa435..0baf6e0c4 100644 --- a/deluge/ui/gtkui/preferences.py +++ b/deluge/ui/gtkui/preferences.py @@ -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 = []