From: Dan Winship Date: Fri, 26 May 2000 18:33:19 +0000 (+0000) Subject: Note that the data passed to the PersistStream is "application/pdf". X-Git-Tag: nautilus_ms_may_31~1 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=3fcfdf0a6ff3347e9122514959f0e418134680de;p=evince.git Note that the data passed to the PersistStream is "application/pdf". * xpdf/gpdf.cc (open_pdf): Note that the data passed to the PersistStream is "application/pdf". --- diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc index 49d49d8d..ed7df47b 100644 --- a/pdf/xpdf/gpdf.cc +++ b/pdf/xpdf/gpdf.cc @@ -150,7 +150,7 @@ extern "C" { Bonobo_PersistStream_load (persist, (Bonobo_Stream) bonobo_object_corba_objref (BONOBO_OBJECT (stream)), - "", + "application/pdf", &ev); Bonobo_Unknown_unref (persist, &ev);