Don't clobber the label config

This commit is contained in:
Andrew Resch 2009-07-31 07:52:01 +00:00
parent a528f78529
commit bdaf0062af

View File

@ -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):