[libsoup] oops, addendum to previous commit



commit 38c79e2389855828a6505b635fec688ef1f30116
Author: Dan Winship <danw gnome org>
Date:   Sat Jun 8 20:44:35 2013 -0300

    oops, addendum to previous commit

 libsoup/soup-cache-input-stream.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libsoup/soup-cache-input-stream.c b/libsoup/soup-cache-input-stream.c
index 7815cec..679531d 100644
--- a/libsoup/soup-cache-input-stream.c
+++ b/libsoup/soup-cache-input-stream.c
@@ -9,7 +9,6 @@
 
 #include <glib/gi18n-lib.h>
 #include "soup-cache-input-stream.h"
-#include "soup-marshal.h"
 #include "soup-message-body.h"
 
 static void soup_cache_input_stream_pollable_init (GPollableInputStreamInterface *pollable_interface, 
gpointer interface_data);
@@ -328,7 +327,7 @@ soup_cache_input_stream_class_init (SoupCacheInputStreamClass *klass)
                              G_SIGNAL_RUN_FIRST,
                              G_STRUCT_OFFSET (SoupCacheInputStreamClass, caching_finished),
                              NULL, NULL,
-                             _soup_marshal_NONE__INT_BOXED,
+                             NULL,
                              G_TYPE_NONE, 2,
                              G_TYPE_INT, G_TYPE_ERROR);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]