[poppler] poppler/poppler: GlobalParams.cc,1.9,1.10

Marco Pesenti Gritti marco at freedesktop.org
Tue Sep 20 03:18:59 PDT 2005


Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv12583/poppler

Modified Files:
	GlobalParams.cc 
Log Message:
2005-09-20  Marco Pesenti Gritti  <mpg at redhat.com>

        * poppler/GlobalParams.cc:

        s/G/Goo in not yet compiled plugins code



Index: GlobalParams.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/GlobalParams.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- GlobalParams.cc	16 Sep 2005 18:29:18 -0000	1.9
+++ GlobalParams.cc	20 Sep 2005 10:18:57 -0000	1.10
@@ -161,7 +161,7 @@
 };
 
 Plugin *Plugin::load(char *type, char *name) {
-  GString *path;
+  GooString *path;
   Plugin *plugin;
   XpdfPluginVecTable *vt;
   XpdfBool (*xpdfInitPlugin)(void);
@@ -384,8 +384,8 @@
   cMapCache = new CMapCache();
 
 #ifdef ENABLE_PLUGINS
-  plugins = new GList();
-  securityHandlers = new GList();
+  plugins = new GooList();
+  securityHandlers = new GooList();
 #endif
 
   // set up the initial nameToUnicode table
@@ -982,7 +982,7 @@
 
 #ifdef ENABLE_PLUGINS
   delete securityHandlers;
-  deleteGList(plugins, Plugin);
+  deleteGooList(plugins, Plugin);
 #endif
 
 #if MULTITHREADED



More information about the poppler mailing list