Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
poppler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oliver Sander
poppler
Commits
2a877814
Commit
2a877814
authored
Sep 20, 2005
by
Marco Pesenti Gritti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2005-09-20 Marco Pesenti Gritti <mpg@redhat.com>
* poppler/GlobalParams.cc: s/G/Goo in not yet compiled plugins code
parent
16f720b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
ChangeLog
ChangeLog
+6
-0
poppler/GlobalParams.cc
poppler/GlobalParams.cc
+4
-4
No files found.
ChangeLog
View file @
2a877814
2005-09-20 Marco Pesenti Gritti <mpg@redhat.com>
* poppler/GlobalParams.cc:
s/G/Goo in not yet compiled plugins code
2005-09-20 Marco Pesenti Gritti <mpg@redhat.com>
* poppler/Makefile.am:
...
...
poppler/GlobalParams.cc
View file @
2a877814
...
...
@@ -161,7 +161,7 @@ private:
};
Plugin
*
Plugin
::
load
(
char
*
type
,
char
*
name
)
{
GString
*
path
;
G
oo
String
*
path
;
Plugin
*
plugin
;
XpdfPluginVecTable
*
vt
;
XpdfBool
(
*
xpdfInitPlugin
)(
void
);
...
...
@@ -384,8 +384,8 @@ GlobalParams::GlobalParams(char *cfgFileName) {
cMapCache
=
new
CMapCache
();
#ifdef ENABLE_PLUGINS
plugins
=
new
GList
();
securityHandlers
=
new
GList
();
plugins
=
new
G
oo
List
();
securityHandlers
=
new
G
oo
List
();
#endif
// set up the initial nameToUnicode table
...
...
@@ -982,7 +982,7 @@ GlobalParams::~GlobalParams() {
#ifdef ENABLE_PLUGINS
delete
securityHandlers
;
deleteGList
(
plugins
,
Plugin
);
deleteG
oo
List
(
plugins
,
Plugin
);
#endif
#if MULTITHREADED
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment