From b9f326caa4fb29fbd7d3e8d31897da1e35815273 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 27 Jan 2014 13:03:13 +0100 Subject: [PATCH] call-window: use HandleWithTime() Makes transition to next easier as HandleWith() is going to always have the 'time' argument. --- src/empathy-call-window.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 077cbe31..7371abdf 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1510,8 +1510,9 @@ empathy_call_window_incoming_call_response_cb (GtkDialog *dialog, switch (response_id) { case GTK_RESPONSE_ACCEPT: - tp_channel_dispatch_operation_handle_with_async ( - self->priv->pending_cdo, EMPATHY_CALL_BUS_NAME, NULL, NULL); + tp_channel_dispatch_operation_handle_with_time_async ( + self->priv->pending_cdo, EMPATHY_CALL_BUS_NAME, + empathy_get_current_action_time (), NULL, NULL); tp_clear_object (&self->priv->pending_cdo); tp_clear_object (&self->priv->pending_channel); -- 2.39.2