Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-10-19 20:45:31 (GMT)
committer Michael Meeks <mmeeks@src.gnome.org>2000-10-19 20:45:31 (GMT)
commit6fb93327d486e75e509519e000aaa7b960b5a935 (patch)
treed3437ad0634569f9ccf55c73a494fe4dc08feea4 /pdf
parente5322cb416dad889e0b2cf58c2167640e12806c5 (diff)
update for Dietmer internal changes.
2000-10-19 Michael Meeks <michael@helixcode.com> * gpdf.cc: update for Dietmer internal changes.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/ChangeLog4
-rw-r--r--pdf/xpdf/gpdf.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog
index 061d1fa..9512e2d 100644
--- a/pdf/xpdf/ChangeLog
+++ b/pdf/xpdf/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-19 Michael Meeks <michael@helixcode.com>
+
+ * gpdf.cc: update for Dietmer internal changes.
+
2000-10-17 Michael Meeks <michael@helixcode.com>
* gpdf.xml: add.
diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc
index 661d9ac..3c2a45f 100644
--- a/pdf/xpdf/gpdf.cc
+++ b/pdf/xpdf/gpdf.cc
@@ -116,7 +116,7 @@ extern "C" {
return FALSE;
}
- stream = bonobo_stream_fs_open (name, Bonobo_Storage_READ);
+ stream = bonobo_stream_open (BONOBO_IO_DRIVER_FS, name, Bonobo_Storage_READ, 0);
if (stream == NULL) {
char *err = g_strconcat (_("Could not open "), name, NULL);