summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-06-08 20:44:35 -0300
committerDan Winship <danw@gnome.org>2013-06-08 20:44:35 -0300
commit38c79e2389855828a6505b635fec688ef1f30116 (patch)
treec24da80c848a5cc7e494e54b5a05abe605783a99
parent7539b3c15ece007f0d1894f2e0cbb4d32898f4cf (diff)
downloadlibsoup-38c79e2389855828a6505b635fec688ef1f30116.tar.gz
oops, addendum to previous commit
-rw-r--r--libsoup/soup-cache-input-stream.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libsoup/soup-cache-input-stream.c b/libsoup/soup-cache-input-stream.c
index 7815cecc..679531d0 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);
}