diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2008-01-05 09:30:33 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2008-01-05 09:30:33 +0000 |
| commit | 55ef0672f77336732c2261bb24da7d94a86aefe2 (patch) | |
| tree | bd2712e08299082ffc96c88c921d136c7ed721ec /src/extension/init.cpp | |
| parent | glib/gtestutils.h is not available on gutsy, so switching to include of (diff) | |
| download | inkscape-55ef0672f77336732c2261bb24da7d94a86aefe2.tar.gz inkscape-55ef0672f77336732c2261bb24da7d94a86aefe2.zip | |
Fixing up a few more files
(bzr r4391)
Diffstat (limited to 'src/extension/init.cpp')
| -rw-r--r-- | src/extension/init.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/extension/init.cpp b/src/extension/init.cpp index 852b7ce70..3fe3115c0 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -151,6 +151,8 @@ update_pref(gchar const *pref_path, gchar const *pref_attr, void init() { + printf("Initting inputs\n"); + /* TODO: Change to Internal */ Internal::Svg::init(); Internal::Svgz::init(); @@ -167,10 +169,13 @@ init() Internal::CairoPsOutput::init(); #endif #ifdef HAVE_POPPLER + printf("Initting PdfInput for poppler"); Internal::PdfInput::init(); #endif #ifdef HAVE_POPPLER_GLIB + printf("We have POPPLER GLIB\n"); if (1) { + printf("Initting PdfInputCairo\n"); Internal::PdfInputCairo::init(); } #endif |
