From df1a17b12cb9535832a8db9bcbcf213210ddca81 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Fri, 18 Feb 2011 16:32:40 +0100 Subject: PluginComponent.py/Plugin.py: better way to react on a language change. refs #670 --- lib/python/Plugins/Plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Plugins/Plugin.py') diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index 9ecdbc26..e26174a1 100755 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -65,6 +65,7 @@ class PluginDescriptor: self.name = name self.internal = internal self.needsRestart = needsRestart + self.path = None if isinstance(where, list): self.where = where else: -- cgit v1.2.3