]> www.fi.muni.cz Git - evince.git/commitdiff
update for Dietmer internal changes. BONOBO_BEFORE_API_RENAME
authorMichael Meeks <michael@helixcode.com>
Thu, 19 Oct 2000 20:45:31 +0000 (20:45 +0000)
committerMichael Meeks <mmeeks@src.gnome.org>
Thu, 19 Oct 2000 20:45:31 +0000 (20:45 +0000)
2000-10-19  Michael Meeks  <michael@helixcode.com>

* gpdf.cc: update for Dietmer internal changes.

pdf/xpdf/ChangeLog
pdf/xpdf/gpdf.cc

index 061d1fae8fc6fcc51b9c9af6d5c84ebd35d5c9bb..9512e2d4f155d49c63b3d774cef5c1b34903978b 100644 (file)
@@ -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.
index 661d9ac43f8331f5ac8d55fb4b8d8854f2af1bdb..3c2a45f3632eafd54d882898eb7ea8fa739fecc1 100644 (file)
@@ -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);