From 2ec390dd14d17819262a4dda169e733704ede7d5 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Fri, 26 May 2000 17:08:39 +0000 Subject: [PATCH] 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. --- pdf/xpdf/gpdf.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc index a78a37e1..49d49d8d 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); -- 2.43.5