This is a subtype of CamelSeekableStream, not CamelStream.
authorDan Winship <danw@src.gnome.org>
Wed, 19 Apr 2000 22:51:33 +0000 (22:51 +0000)
committerDan Winship <danw@src.gnome.org>
Wed, 19 Apr 2000 22:51:33 +0000 (22:51 +0000)
* camel-simple-data-wrapper-stream.c
(camel_simple_data_wrapper_stream_get_type): This is a subtype of
CamelSeekableStream, not CamelStream.

camel/ChangeLog
camel/camel-simple-data-wrapper-stream.c

index f31fac1..e373337 100644 (file)
@@ -1,5 +1,9 @@
 2000-04-19  Dan Winship  <danw@helixcode.com>
 
+       * camel-simple-data-wrapper-stream.c
+       (camel_simple_data_wrapper_stream_get_type): This is a subtype of
+       CamelSeekableStream, not CamelStream.
+
        * camel-seekable-substream.c: clean up a lot.
        (eos): When testing for end-of-stream, reset the parent position
        before testing if it is at end-of-stream, since either (a) it may
index 0b1fd3f..5ee5363 100644 (file)
@@ -259,7 +259,7 @@ camel_simple_data_wrapper_stream_get_type (void)
                        (GtkClassInitFunc) NULL,
                };
 
-               type = gtk_type_unique (camel_stream_get_type (), &info);
+               type = gtk_type_unique (camel_seekable_stream_get_type (), &info);
        }
 
        return type;