From: Darin Adler Date: Fri, 26 May 2000 17:08:39 +0000 (+0000) Subject: Updated for new PersistStream interface. I mostly just passed NULLs. Not X-Git-Tag: nautilus_ms_may_31~2 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=2ec390dd14d17819262a4dda169e733704ede7d5;p=evince.git 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. --- 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);