summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Swindell <t.swindell@rubyx.co.uk>2013-05-14 14:26:38 +0000
committerTom Swindell <t.swindell@rubyx.co.uk>2013-05-14 14:26:38 +0000
commitebe109aa2b2849ce6072e8ca76d85f52e0693a1b (patch)
tree98cfa1bcffdf125a5655cf4c6b398bf8c613c13d
parent3e84e28d5d123e499f1afd6fe3d6837c7380d5d8 (diff)
[telepathy-ring] Fixed an issue with hold state.2.3.4
Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
-rw-r--r--src/ring-media-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ring-media-channel.c b/src/ring-media-channel.c
index c8c97d8..812e8c6 100644
--- a/src/ring-media-channel.c
+++ b/src/ring-media-channel.c
@@ -906,10 +906,10 @@ response_to_hold (ModemCall *ci,
priv->hold.requested = -1;
}
+ ring_update_hold(self, priv->hold.requested, 0);
g_object_unref (self);
}
-
static void
ring_channel_hold_iface_init(gpointer g_iface, gpointer iface_data)
{