diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:15:46 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:15:46 +0800 |
commit | e5131b54acfadb755d15fd0d207582437bee233b (patch) | |
tree | 69fcfc572adbd49ea1b76a52fb54896cf7e698d2 /libempathy | |
parent | 50cad5e06347b2fa49d6718034bcdb552d43b4d3 (diff) | |
download | gsoc2013-empathy-e5131b54acfadb755d15fd0d207582437bee233b.tar gsoc2013-empathy-e5131b54acfadb755d15fd0d207582437bee233b.tar.gz gsoc2013-empathy-e5131b54acfadb755d15fd0d207582437bee233b.tar.bz2 gsoc2013-empathy-e5131b54acfadb755d15fd0d207582437bee233b.tar.lz gsoc2013-empathy-e5131b54acfadb755d15fd0d207582437bee233b.tar.xz gsoc2013-empathy-e5131b54acfadb755d15fd0d207582437bee233b.tar.zst gsoc2013-empathy-e5131b54acfadb755d15fd0d207582437bee233b.zip |
Correctly define the invalidated signal
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2194
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-dispatch-operation.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |