summaryrefslogtreecommitdiffstats
path: root/debian/patches/new_release_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/new_release_check.patch')
-rw-r--r--debian/patches/new_release_check.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/new_release_check.patch b/debian/patches/new_release_check.patch
deleted file mode 100644
index 7b4b539..0000000
--- a/debian/patches/new_release_check.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Disable checking for new upstream releases enabled by default
- Users can still enable it through the preferences menus.
-Forwarded: not-needed
-Origin: vendor
-Author: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
-
-Index: deluge/deluge/core/preferencesmanager.py
-===================================================================
---- deluge.orig/deluge/core/preferencesmanager.py 2019-08-25 12:15:43.673234687 -0400
-+++ deluge/deluge/core/preferencesmanager.py 2019-08-25 12:16:35.742629247 -0400
-@@ -106,7 +106,7 @@
- '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': '',