aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-04-25 00:23:02 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-04-25 02:44:09 +0800
commit221c1186f4b34b585767ae5b6f8e705410bf60dc (patch)
treef5f5c1450a3270fe9966a58a2ee21de9d44bef7a /src
parenta6748d5d5fd1f37cef6bf26a6256cd299a60a09c (diff)
downloadgsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar
gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.gz
gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.bz2
gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.lz
gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.xz
gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.tar.zst
gsoc2013-empathy-221c1186f4b34b585767ae5b6f8e705410bf60dc.zip
add timestamp arg to empathy_dispatcher_create_channel
Diffstat (limited to 'src')
-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))
{