From 3fcfdf0a6ff3347e9122514959f0e418134680de Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 26 May 2000 18:33:19 +0000 Subject: [PATCH] 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". --- pdf/xpdf/gpdf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.5