Skip to content

Commit

Permalink
Gtk UI: Don't auto-update when offline (bug 107)
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Oct 16, 2012
1 parent 4236254 commit 665ca1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gpodder/gtkui/main.py
Expand Up @@ -3292,6 +3292,7 @@ def restart_auto_update_timer(self):
def _on_auto_update_timer(self):
if not util.connection_available():
logger.debug('Skipping auto update (no connection available)')
return True

logger.debug('Auto update timer fired.')
self.update_feed_cache()
Expand Down

0 comments on commit 665ca1f

Please sign in to comment.