fix indentation

This commit is contained in:
Damien Churchill 2009-06-10 13:27:22 +00:00
parent 29f72a244f
commit 110af0c2fc
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class GtkUI(GtkPluginBase):
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)