Module: deluge Branch: master Commit: 18b27d4b49546df85b39c01b171850ab7f38623b
Author: Pedro Algarvio <[email protected]> Date: Wed Apr 27 19:42:54 2011 +0100 Remove a pref regarding auto adding in queue thinking it was from the core's previous AutoAdd. Re-Added. --- deluge/ui/gtkui/gtkui.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/deluge/ui/gtkui/gtkui.py b/deluge/ui/gtkui/gtkui.py index e3c744d..0a8aed3 100644 --- a/deluge/ui/gtkui/gtkui.py +++ b/deluge/ui/gtkui/gtkui.py @@ -135,6 +135,7 @@ DEFAULT_PREFS = { "autoconnect": False, "autoconnect_host_id": None, "autostart_localhost": False, + "autoadd_queued": False, "choose_directory_dialog_path": deluge.common.get_default_download_dir(), "show_new_releases": True, "signal_port": 40000, -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
