[next] telepathy-glib: TpCallStream: Fix local-sending-state-changed signal signature.

Simon McVittie smcv at kemper.freedesktop.org
Thu Sep 12 09:57:33 PDT 2013


Module: telepathy-glib
Branch: next
Commit: 8e6b3438e6ec8f94ad83786ea60d183f23c2a8fe
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=8e6b3438e6ec8f94ad83786ea60d183f23c2a8fe

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Wed May 22 10:51:06 2013 +0200

TpCallStream: Fix local-sending-state-changed signal signature.

Fixes fdo#64837

---

 telepathy-glib/call-stream.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/call-stream.c b/telepathy-glib/call-stream.c
index ac05b8f..dcd5b4d 100644
--- a/telepathy-glib/call-stream.c
+++ b/telepathy-glib/call-stream.c
@@ -421,8 +421,7 @@ tp_call_stream_class_init (TpCallStreamClass *klass)
       G_SIGNAL_RUN_LAST,
       0, NULL, NULL, NULL,
       G_TYPE_NONE,
-      4, G_TYPE_UINT, G_TYPE_UINT, TP_TYPE_CALL_STATE_REASON,
-      G_TYPE_HASH_TABLE);
+      2, G_TYPE_UINT, TP_TYPE_CALL_STATE_REASON);
 
   /**
    * TpCallStream::remote-members-changed:



More information about the telepathy-commits mailing list