[empathy/next] HandleWithTime() has been removed
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/next] HandleWithTime() has been removed
- Date: Tue, 4 Feb 2014 11:25:12 +0000 (UTC)
commit 51826afc6106dd71c7a886955904e1359c6ca04b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Jan 27 13:29:41 2014 +0100
HandleWithTime() has been removed
src/empathy-call-window.c | 2 +-
src/empathy-event-manager.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index a12d123..4d55285 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1510,7 +1510,7 @@ empathy_call_window_incoming_call_response_cb (GtkDialog *dialog,
switch (response_id)
{
case GTK_RESPONSE_ACCEPT:
- tp_channel_dispatch_operation_handle_with_time_async (
+ tp_channel_dispatch_operation_handle_with_async (
self->priv->pending_cdo, EMPATHY_CALL_BUS_NAME,
empathy_get_current_action_time (), NULL, NULL);
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index 7e1b8da..57d2693 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -260,14 +260,14 @@ event_manager_add (EmpathyEventManager *manager,
}
static void
-handle_with_time_cb (GObject *source,
+handle_with_cb (GObject *source,
GAsyncResult *result,
gpointer user_data)
{
TpChannelDispatchOperation *cdo = TP_CHANNEL_DISPATCH_OPERATION (source);
GError *error = NULL;
- if (!tp_channel_dispatch_operation_handle_with_time_finish (cdo, result,
+ if (!tp_channel_dispatch_operation_handle_with_finish (cdo, result,
&error))
{
DEBUG ("HandleWithTime failed: %s\n", error->message);
@@ -291,8 +291,8 @@ event_manager_approval_approve (EventManagerApproval *approval)
g_assert (approval->operation != NULL);
- tp_channel_dispatch_operation_handle_with_time_async (approval->operation,
- NULL, timestamp, handle_with_time_cb, approval);
+ tp_channel_dispatch_operation_handle_with_async (approval->operation,
+ NULL, timestamp, handle_with_cb, approval);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]