Author: andar
Revision: 5257
Log:
Fix typo that caused an exception in the new release check
Diff:
Modified: branches/1.1.0_RC/deluge/core/preferencesmanager.py
===================================================================
--- branches/1.1.0_RC/deluge/core/preferencesmanager.py 2009-05-11 19:31:29 UTC
(rev 5256)
+++ branches/1.1.0_RC/deluge/core/preferencesmanager.py 2009-05-12 05:38:36 UTC
(rev 5257)
@@ -468,7 +468,7 @@
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():
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---