[folks/next] Adapt for use of ABI versions in generated code
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/next] Adapt for use of ABI versions in generated code
- Date: Tue, 29 Oct 2013 07:43:19 +0000 (UTC)
commit f12336d3f0fa396f61e26adc570cab7f4af23a87
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Oct 28 10:53:03 2013 +0100
Adapt for use of ABI versions in generated code
See https://bugs.freedesktop.org/show_bug.cgi?id=70377 for details.
https://bugzilla.gnome.org/show_bug.cgi?id=710996
backends/telepathy/lib/tp-lowlevel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/telepathy/lib/tp-lowlevel.c b/backends/telepathy/lib/tp-lowlevel.c
index d803e0f..37cffbd 100644
--- a/backends/telepathy/lib/tp-lowlevel.c
+++ b/backends/telepathy/lib/tp-lowlevel.c
@@ -74,7 +74,7 @@ folks_tp_lowlevel_connection_set_contact_alias_async (
result = g_simple_async_result_new (G_OBJECT (conn), callback, user_data,
folks_tp_lowlevel_connection_set_contact_alias_finish);
- tp_cli_connection_interface_aliasing_call_set_aliases (conn, -1,
+ tp_cli_connection_interface_aliasing1_call_set_aliases (conn, -1,
ht, set_contact_alias_cb, g_object_ref (result), g_object_unref,
G_OBJECT (conn));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]