From 07ae3e0b09441cec7a7df8ad5a4e961aab04e5eb Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 30 Mar 2013 19:48:27 +0100 Subject: save and delete configs --- module/AddonManager.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/AddonManager.py') diff --git a/module/AddonManager.py b/module/AddonManager.py index dc83a553f..9a8ad44ac 100644 --- a/module/AddonManager.py +++ b/module/AddonManager.py @@ -115,6 +115,8 @@ class AddonManager: self.log.info(_("Deactivate addons: %s") % ", ".join(sorted(deactive))) def manageAddons(self, plugin, name, value): + # TODO: user + # check if section was a plugin if plugin not in self.core.pluginManager.getPlugins("addons"): return -- cgit v1.2.3