summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0001-release-check.patch
blob: 63860353d0b9c6cd07492eaa662e85d5b09c681a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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': '',