Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > feec3ab3bb689c878d828f3c5c706a07 > files > 1

luma-2.4-9.fc15.src.rpm

--- luma-2.3/lib/luma/base/backend/PluginLoader.py.org	2006-03-14 17:16:25.000000000 +0100
+++ luma-2.3/lib/luma/base/backend/PluginLoader.py	2006-10-15 21:00:40.000000000 +0200
@@ -45,7 +45,7 @@
         self.PLUGINS = {}
         
         # get the base diretory of the plugins as a string
-        self.pluginBaseDir = os.path.join(environment.lumaInstallationPrefix,  "lib", "luma", "plugins")
+        self.pluginBaseDir = os.path.join(environment.lumaInstallationPrefix, "share",  "luma", "lib", "plugins")
         
         self.pluginDirList = []
         self.pluginDirList = self.getPluginList()