[empathy: 78/99] CallHandler: emit signal with the correct parameters
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 78/99] CallHandler: emit signal with the correct parameters
- Date: Thu, 9 Jun 2011 09:55:54 +0000 (UTC)
commit 11f851031af49234479be818c939c8d5edc2420b
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Mon May 16 16:40:21 2011 +0100
CallHandler: emit signal with the correct parameters
src/empathy-call-handler.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c
index aff96bd..f509e52 100644
--- a/src/empathy-call-handler.c
+++ b/src/empathy-call-handler.c
@@ -179,7 +179,8 @@ on_call_invalidated_cb (TpyCallChannel *call,
if (priv->call == call)
{
/* Invalidated unexpectedly? Fake call ending */
- g_signal_emit (self, signals[STATE_CHANGED], 0, TPY_CALL_STATE_ENDED);
+ g_signal_emit (self, signals[STATE_CHANGED], 0,
+ TPY_CALL_STATE_ENDED, NULL);
tp_clear_object (&priv->call);
tp_clear_object (&priv->tfchannel);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]