From e5131b54acfadb755d15fd0d207582437bee233b Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 9 Jan 2009 16:15:46 +0000 Subject: Correctly define the invalidated signal Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2194 --- libempathy/empathy-dispatch-operation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-dispatch-operation.c b/libempathy/empathy-dispatch-operation.c index def9e43e1..5619badaa 100644 --- a/libempathy/empathy-dispatch-operation.c +++ b/libempathy/empathy-dispatch-operation.c @@ -235,7 +235,7 @@ empathy_dispatch_operation_class_init ( 0, NULL, NULL, _empathy_marshal_VOID__UINT_INT_STRING, - G_TYPE_NONE, 0); + G_TYPE_NONE, 3, G_TYPE_UINT, G_TYPE_INT, G_TYPE_STRING); param_spec = g_param_spec_object ("connection", "connection", "The telepathy connection", -- cgit v1.2.3