mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-24 18:29:12 +00:00
fix indentation
This commit is contained in:
parent
29f72a244f
commit
110af0c2fc
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user