diff --git a/deluge/ui/gtkui/addtorrentdialog.py b/deluge/ui/gtkui/addtorrentdialog.py
index 64eff2035..256710565 100644
--- a/deluge/ui/gtkui/addtorrentdialog.py
+++ b/deluge/ui/gtkui/addtorrentdialog.py
@@ -411,7 +411,6 @@ class AddTorrentDialog(component.Component):
options["sequential_download"])
self.builder.get_object("chk_move_completed").set_active(
options["move_completed"])
- self._on_chk_move_completed_toggled(self.builder.get_object("chk_move_completed"))
def save_torrent_options(self, row=None):
# Keeps the torrent options dictionary up-to-date with what the user has
@@ -522,7 +521,6 @@ class AddTorrentDialog(component.Component):
self.core_config["sequential_download"])
self.builder.get_object("chk_move_completed").set_active(
self.core_config["move_completed"])
- self._on_chk_move_completed_toggled(self.builder.get_object("chk_move_completed"))
def get_file_priorities(self, torrent_id):
# A list of priorities
diff --git a/deluge/ui/gtkui/glade/add_torrent_dialog.ui b/deluge/ui/gtkui/glade/add_torrent_dialog.ui
index 967e9bb71..c83a228da 100644
--- a/deluge/ui/gtkui/glade/add_torrent_dialog.ui
+++ b/deluge/ui/gtkui/glade/add_torrent_dialog.ui
@@ -413,6 +413,7 @@