diff options
author | Adrian Johnson <ajohnson@redneon.com> | 2008-11-01 00:26:40 +1030 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2008-10-31 19:25:44 +0100 |
commit | a75efe208d899d4a23d5e2fcef200e4225721636 (patch) | |
tree | a5834dc8ec213c1f8c07ffb63e7171df11b52310 /test | |
parent | 941d3976c496b75a3c5a9d19b80044fc2b57bd98 (diff) |
Make the catalog available to CairoFontEngine
Diffstat (limited to 'test')
-rw-r--r-- | test/pdf-inspector.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pdf-inspector.cc b/test/pdf-inspector.cc index 3965380e..3eb86500 100644 --- a/test/pdf-inspector.cc +++ b/test/pdf-inspector.cc @@ -292,7 +292,7 @@ PdfInspector::load(const char *file_name) gtk_spin_button_set_range (GTK_SPIN_BUTTON (spin), 0, doc->getNumPages()-1); gtk_spin_button_set_value (GTK_SPIN_BUTTON (spin), 0); - output->startDoc (doc->getXRef()); + output->startDoc (doc->getXRef(), doc->getCatalog()); } else { |