mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix indentation
This commit is contained in:
parent
29f72a244f
commit
110af0c2fc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue