]> www.fi.muni.cz Git - evince.git/commitdiff
Note that the data passed to the PersistStream is "application/pdf".
authorDan Winship <danw@src.gnome.org>
Fri, 26 May 2000 18:33:19 +0000 (18:33 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 26 May 2000 18:33:19 +0000 (18:33 +0000)
* xpdf/gpdf.cc (open_pdf): Note that the data passed to the
PersistStream is "application/pdf".

pdf/xpdf/gpdf.cc

index 49d49d8d335aa3f894babfc04d42d860a564f7dd..ed7df47bb49ad55f99a61a5119da89db7c55e59d 100644 (file)
@@ -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);