aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-04 20:20:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-04 20:20:15 +0800
commitbb4750da5ff85a61e8e9d4643fc63fbefe34a1c0 (patch)
tree5104009c41478f4672ad3deab29c03b50e54df3b /src/empathy-call-window.c
parent046792f3fd596574132fe1d6217dd1877bffe743 (diff)
parent61de8fbbea5d8d096aafcaa8c2b8093d0f349c87 (diff)
downloadgsoc2013-empathy-bb4750da5ff85a61e8e9d4643fc63fbefe34a1c0.tar
gsoc2013-empathy-bb4750da5ff85a61e8e9d4643fc63fbefe34a1c0.tar.gz
gsoc2013-empathy-bb4750da5ff85a61e8e9d4643fc63fbefe34a1c0.tar.bz2
gsoc2013-empathy-bb4750da5ff85a61e8e9d4643fc63fbefe34a1c0.tar.lz
gsoc2013-empathy-bb4750da5ff85a61e8e9d4643fc63fbefe34a1c0.tar.xz
gsoc2013-empathy-bb4750da5ff85a61e8e9d4643fc63fbefe34a1c0.tar.zst
gsoc2013-empathy-bb4750da5ff85a61e8e9d4643fc63fbefe34a1c0.zip
Merge branch 'timestamp-615976'
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r--src/empathy-call-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 943e2cd0f..153da4689 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -2387,7 +2387,8 @@ start_call (EmpathyCallWindow *self)
EmpathyCallWindowPriv *priv = GET_PRIV (self);
priv->call_started = TRUE;
- empathy_call_handler_start_call (priv->handler);
+ empathy_call_handler_start_call (priv->handler,
+ gtk_get_current_event_time ());
if (empathy_call_handler_has_initial_video (priv->handler))
{