Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-05-26 17:08:39 (GMT)
committer Darin Adler <darin@src.gnome.org>2000-05-26 17:08:39 (GMT)
commit2ec390dd14d17819262a4dda169e733704ede7d5 (patch)
tree881e71745267895a04dd5bcd21e3143dc5d5c022 /pdf
parentb167512a34b87a55c49437baca3c0d04ab2bf9c5 (diff)
Updated for new PersistStream interface. I mostly just passed NULLs. Not
* xpdf/bonobo-application-x-pdf.cc (load_pdf_from_stream), (embeddable_factory): * xpdf/gpdf.cc: (open_pdf): Updated for new PersistStream interface. I mostly just passed NULLs. Not 100% sure that's correct.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/gpdf.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc
index a78a37e..49d49d8 100644
--- a/pdf/xpdf/gpdf.cc
+++ b/pdf/xpdf/gpdf.cc
@@ -149,7 +149,9 @@ extern "C" {
}
Bonobo_PersistStream_load (persist,
- (Bonobo_Stream) bonobo_object_corba_objref (BONOBO_OBJECT (stream)), &ev);
+ (Bonobo_Stream) bonobo_object_corba_objref (BONOBO_OBJECT (stream)),
+ "",
+ &ev);
Bonobo_Unknown_unref (persist, &ev);
CORBA_Object_release (persist, &ev);