[poppler] poppler/GlobalParams.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu May 10 14:12:21 PDT 2012
poppler/GlobalParams.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7f47630a7fc19214cd48dbd164ecf577ba35cc46
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu May 10 23:12:04 2012 +0200
Compile with the unsupported ENABLE_PLUGINS defined
diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc
index 5fefda9..13053ac 100644
--- a/poppler/GlobalParams.cc
+++ b/poppler/GlobalParams.cc
@@ -436,7 +436,7 @@ Plugin *Plugin::load(char *type, char *name) {
void *dlA;
#endif
- path = globalParams->getBaseDir();
+ path = new GooString(POPPLER_DATADIR);
appendToPath(path, "plugins");
appendToPath(path, type);
appendToPath(path, name);
More information about the poppler
mailing list