diff options
author | Albert Astals Cid <aacid@kde.org> | 2012-05-10 23:12:04 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2012-05-10 23:12:04 +0200 |
commit | 7f47630a7fc19214cd48dbd164ecf577ba35cc46 (patch) | |
tree | 1ba5ecedbb04eec20964913a5e64e2cf4cd0de7b | |
parent | 22264cb230fc5902aea14ab43fa013a8ebdbf812 (diff) |
Compile with the unsupported ENABLE_PLUGINS defined
-rw-r--r-- | poppler/GlobalParams.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc index 5fefda9b..13053aca 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); |