diff --git a/deluge/plugins/execute/execute/gtkui.py b/deluge/plugins/execute/execute/gtkui.py index b79ff78e7..1ca9fb2b2 100644 --- a/deluge/plugins/execute/execute/gtkui.py +++ b/deluge/plugins/execute/execute/gtkui.py @@ -110,10 +110,8 @@ class ExecutePreferences(object): client.execute.add_command(event, command) def on_apply_prefs(self): - options = {} - #update options dict here. - client.label.set_config(options) - + pass + class GtkUI(GtkPluginBase): def enable(self):