fix unload of lable plugin

This commit is contained in:
Marcos Pinto 2008-08-02 05:10:36 +00:00
parent 5f03ea785c
commit dafd336cf7
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ class LabelConfig(object):
def unload(self):
self.plugin.remove_preferences_page("Label")
self.plugin.deregister_hook("on_apply_prefs", self.on_apply_prefs)
self.plugin.deregister_hook("on_show_prefs", self.load_settings)
def get_resource(self, filename):