Author: damoxc
Revision: 5371
Log:
fix indentation
Diff:
Modified: trunk/deluge/plugins/scheduler/scheduler/gtkui.py
===================================================================
--- trunk/deluge/plugins/scheduler/scheduler/gtkui.py 2009-06-10 05:38:59 UTC
(rev 5370)
+++ trunk/deluge/plugins/scheduler/scheduler/gtkui.py 2009-06-10 13:27:22 UTC
(rev 5371)
@@ -199,7 +199,7 @@
def on_scheduler_event(self, state):
def on_state_deferred(s):
- self.status_item.set_image_from_file(get_resource(state.lower() +
".png"))
+ self.status_item.set_image_from_file(get_resource(state.lower() +
".png"))
self.state_deferred.addCallback(on_state_deferred)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---