···11 </section>
12 <section>
13 <item>
14-@@ -201,4 +197,4 @@
15- </submenu>
16- </menu>
17- </interface>
18--<!-- :noTabs=true:tabSize=2:indentSize=2: -->
19-\ No newline at end of file
20-+<!-- :noTabs=true:tabSize=2:indentSize=2: -->
21--- a/src/gpodder/config.py
22+++ b/src/gpodder/config.py
23-@@ -91,13 +91,6 @@
24- 'retries': 3, # number of retries when downloads time out
25- },
2627-- # Software updates from gpodder.org
28-- 'software_update': {
29- 'check_on_startup': True, # check for updates on start
30-- 'last_check': 0, # unix timestamp of last update check
31-- 'interval': 5, # interval (in days) to check for updates
32-- },
33--
34- 'ui': {
35- # Settings for the Command-Line Interface
36- 'cli': {
37--- a/src/gpodder/gtkui/main.py
38+++ b/src/gpodder/gtkui/main.py
39-@@ -224,7 +224,7 @@
40- util.idle_add(self.subscribe_to_url, self.options.subscribe)
41- elif not self.channels:
42- self.on_itemUpdate_activate()
43-- elif self.config.software_update.check_on_startup:
44-+ elif False and self.config.software_update.check_on_startup:
45- # Check for software updates from gpodder.org
46- diff = time.time() - self.config.software_update.last_check
47- if diff > (60 * 60 * 24) * self.config.software_update.interval:
48-@@ -3288,6 +3288,7 @@
49 If silent=False, a message will be shown even if no updates are
50 available (set silent=False when the check is manually triggered).
51 """
···11 </section>
12 <section>
13 <item>
000000014--- a/src/gpodder/config.py
15+++ b/src/gpodder/config.py
16+@@ -94,7 +94,7 @@
001718+ # Software updates from gpodder.org
19+ 'software_update': {
20- 'check_on_startup': True, # check for updates on start
21++ 'check_on_startup': False, # check for updates on start
22+ 'last_check': 0, # unix timestamp of last update check
23+ 'interval': 5, # interval (in days) to check for updates
24+ },
00025--- a/src/gpodder/gtkui/main.py
26+++ b/src/gpodder/gtkui/main.py
27+@@ -3445,6 +3445,7 @@
00000000028 If silent=False, a message will be shown even if no updates are
29 available (set silent=False when the check is manually triggered).
30 """