parent class is seekable stream, not stream

2000-02-11  bertrand  <Bertrand.Guiheneuf@aful.org>

	* camel/camel-stream-fs.c (camel_stream_fs_class_init):
	parent class is seekable stream, not stream

svn path=/trunk/; revision=1731
This commit is contained in:
bertrand
2000-02-11 04:56:13 +00:00
committed by Bertrand Guiheneuf
parent efa65e55cf
commit db6312e254
+1 -1
View File
@@ -64,7 +64,7 @@ camel_stream_fs_class_init (CamelStreamFsClass *camel_stream_fs_class)
CamelStreamClass *camel_stream_class = CAMEL_STREAM_CLASS (camel_stream_fs_class);
GtkObjectClass *gtk_object_class = GTK_OBJECT_CLASS (camel_stream_fs_class);
parent_class = gtk_type_class (camel_stream_get_type ());
parent_class = gtk_type_class (camel_seekable_stream_get_type ());
/* virtual method definition */
camel_stream_fs_class->init_with_fd = _init_with_fd;