2000-10-19 Michael Meeks <michael@helixcode.com>
* gpdf.cc: update for Dietmer internal changes.
+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.
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);