summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0001-release-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/0001-release-check.patch')
-rw-r--r--debian/patches/debian/0001-release-check.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/debian/0001-release-check.patch b/debian/patches/debian/0001-release-check.patch
new file mode 100644
index 0000000..6386035
--- /dev/null
+++ b/debian/patches/debian/0001-release-check.patch
@@ -0,0 +1,16 @@
+Author: Adam Cécile <gandalf@le-vert.net>
+Description: Disable checking for new upstream releases enabled by default.
+ Users can still enable it through the preferences menus.
+
+diff -Naurp deluge.orig/deluge/core/preferencesmanager.py deluge/deluge/core/preferencesmanager.py
+--- deluge.orig/deluge/core/preferencesmanager.py
++++ deluge/deluge/core/preferencesmanager.py
+@@ -102,7 +102,7 @@ DEFAULT_PREFS = {
+ 'path_chooser_accelerator_string': 'Tab',
+ 'path_chooser_max_popup_rows': 20,
+ 'path_chooser_show_hidden_files': False,
+- 'new_release_check': True,
++ 'new_release_check': False,
+ 'proxy': {
+ 'type': 0,
+ 'hostname': '',