mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix typo that caused an exception in the new release check
This commit is contained in:
parent
1f06be95d1
commit
e47fb9911c
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ class PreferencesManager(component.Component):
|
|||
72 * 60 * 60 * 1000, self._on_new_release_check, "new_release_check", True)
|
||||
else:
|
||||
if self.new_release_timer:
|
||||
gobject.source.remove(self.new_release_timer)
|
||||
gobject.source_remove(self.new_release_timer)
|
||||
|
||||
def _on_set_proxies(self, key, value):
|
||||
for k, v in value.items():
|
||||
|
|
Loading…
Add table
Reference in a new issue