Author: andar
Revision: 5601
Log:
Don't clobber the label config
Diff:
Modified: trunk/deluge/plugins/execute/execute/gtkui.py
===================================================================
--- trunk/deluge/plugins/execute/execute/gtkui.py 2009-07-31 07:40:50 UTC
(rev 5600)
+++ trunk/deluge/plugins/execute/execute/gtkui.py 2009-07-31 07:52:01 UTC
(rev 5601)
@@ -110,10 +110,8 @@
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):
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---