From 7f04720b1efe9baea8770813e85cb17cd600d077 Mon Sep 17 00:00:00 2001 From: bertrand Date: Wed, 16 Feb 2000 18:04:40 +0000 Subject: don't seek the begining of the substream. (_eos): fix eos condition 2000-02-16 bertrand * camel/camel-seekable-substream.c (_set_bounds): don't seek the begining of the substream. (_eos): fix eos condition testing. (_finalize): unref parent stream (_init_with_seekable_stream_and_bounds): ref parent stream * camel/gstring-util.c (g_string_equal_for_hash): (g_string_equal_for_glist): return type is int. * camel/camel.h: * camel/camel.c (camel_init): use (void) instead of (). A lot of other small changes to make the set_input_stream scheme work. It actually works. svn path=/trunk/; revision=1798 --- camel/camel-mime-body-part.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'camel/camel-mime-body-part.c') diff --git a/camel/camel-mime-body-part.c b/camel/camel-mime-body-part.c index 3f3c2cb4a2..ffc8314d1f 100644 --- a/camel/camel-mime-body-part.c +++ b/camel/camel-mime-body-part.c @@ -43,7 +43,6 @@ static CamelMimePartClass *parent_class=NULL; static void camel_mime_body_part_class_init (CamelMimeBodyPartClass *camel_mime_body_part_class) { - CamelMimePartClass *camel_mime_part_class = CAMEL_MIME_PART_CLASS (camel_mime_body_part_class); parent_class = gtk_type_class (camel_mime_part_get_type ()); /* virtual method definition */ @@ -54,7 +53,6 @@ camel_mime_body_part_class_init (CamelMimeBodyPartClass *camel_mime_body_part_cl static void camel_mime_body_part_init (gpointer object, gpointer klass) { - CamelMimeBodyPart *camel_mime_body_part = CAMEL_MIME_BODY_PART (object); camel_data_wrapper_set_mime_type (CAMEL_DATA_WRAPPER (object), "mime/body-part"); } @@ -86,7 +84,7 @@ camel_mime_body_part_get_type (void) } CamelMimeBodyPart * -camel_mime_body_part_new () +camel_mime_body_part_new (void) { CamelMimeBodyPart *mime_body_part; CAMEL_LOG_FULL_DEBUG ("CamelMimeBodyPart:: Entering new()\n"); -- cgit v1.2.3