Fix exception in label plugin when saving preferences

This commit is contained in:
Andrew Resch 2008-12-27 21:06:53 +00:00
commit 7b99298203

View file

@ -297,6 +297,7 @@ class Core(CorePluginBase):
def export_set_config(self, options):
"""global_options:"""
if options:
for key, value in options.items:
if key in CORE_OPTIONS:
self.config[key] = value