aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-handler.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-21 14:17:54 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-21 14:17:54 +0800
commita9dbf08ec7036c258cd040efa256740138951753 (patch)
tree3b2ccf7fdcc33ec8096e6036d8502708ed9470b5 /src/empathy-call-handler.c
parent13f51b97e97fafb7199a26e7abc171c7a5c40c46 (diff)
downloadgsoc2013-empathy-a9dbf08ec7036c258cd040efa256740138951753.tar
gsoc2013-empathy-a9dbf08ec7036c258cd040efa256740138951753.tar.gz
gsoc2013-empathy-a9dbf08ec7036c258cd040efa256740138951753.tar.bz2
gsoc2013-empathy-a9dbf08ec7036c258cd040efa256740138951753.tar.lz
gsoc2013-empathy-a9dbf08ec7036c258cd040efa256740138951753.tar.xz
gsoc2013-empathy-a9dbf08ec7036c258cd040efa256740138951753.tar.zst
gsoc2013-empathy-a9dbf08ec7036c258cd040efa256740138951753.zip
Include dbus-reason in signal arguments
Diffstat (limited to 'src/empathy-call-handler.c')
-rw-r--r--src/empathy-call-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c
index 0f197bf5d..99054b9de 100644
--- a/src/empathy-call-handler.c
+++ b/src/empathy-call-handler.c
@@ -510,7 +510,7 @@ empathy_call_handler_class_init (EmpathyCallHandlerClass *klass)
g_signal_new ("state-changed", G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_LAST, 0, NULL, NULL,
g_cclosure_marshal_generic,
- G_TYPE_NONE, 1, G_TYPE_UINT);
+ G_TYPE_NONE, 2, G_TYPE_UINT, G_TYPE_STRING);
}
EmpathyCallHandler *