Author: damoxc
Revision: 5616
Log:
fix for when there isn't a save timer yet
Diff:
Modified: trunk/deluge/config.py
===================================================================
--- trunk/deluge/config.py 2009-08-03 18:43:05 UTC (rev 5615)
+++ trunk/deluge/config.py 2009-08-03 19:04:54 UTC (rev 5616)
@@ -434,7 +434,7 @@
else:
return True
finally:
- if self._save_timer.active():
+ if self._save_timer and self._save_timer.active():
self._save_timer.cancel()
def run_converter(self, input_range, output_version, func):
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---