Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-26 18:33:19 (GMT)
committer Dan Winship <danw@src.gnome.org>2000-05-26 18:33:19 (GMT)
commit3fcfdf0a6ff3347e9122514959f0e418134680de (patch)
tree13365e0a90e2aa1c063b8ddd4b36db67c2bdbf71 /pdf/xpdf
parent2ec390dd14d17819262a4dda169e733704ede7d5 (diff)
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".
Diffstat (limited to 'pdf/xpdf')
-rw-r--r--pdf/xpdf/gpdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc
index 49d49d8..ed7df47 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);