[empathy] call-window: use HandleWithTime()
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] call-window: use HandleWithTime()
- Date: Mon, 27 Jan 2014 14:42:24 +0000 (UTC)
commit b9f326caa4fb29fbd7d3e8d31897da1e35815273
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Jan 27 13:03:13 2014 +0100
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 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 077cbe3..7371abd 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]