From c91d6c07b42df289e40ccc59882d0ad60573c2d2 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 21 Oct 2013 14:48:09 +0200 Subject: stop using generated ServerTLSConnection API It's been generated in telepathy-glib since 0.19.0 https://bugzilla.gnome.org/show_bug.cgi?id=630896 --- libempathy/empathy-server-tls-handler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libempathy/empathy-server-tls-handler.c') diff --git a/libempathy/empathy-server-tls-handler.c b/libempathy/empathy-server-tls-handler.c index 0ac2a1f30..f5f60d649 100644 --- a/libempathy/empathy-server-tls-handler.c +++ b/libempathy/empathy-server-tls-handler.c @@ -24,7 +24,6 @@ #include #include "empathy-utils.h" -#include "extensions.h" #define DEBUG_FLAG EMPATHY_DEBUG_TLS #include "empathy-debug.h" @@ -145,7 +144,7 @@ tls_handler_init_async (GAsyncInitable *initable, } g_variant_lookup (properties, - EMP_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION ".ServerCertificate", + TP_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION ".ServerCertificate", "&o", &cert_object_path); bus_name = tp_proxy_get_bus_name (TP_PROXY (priv->channel)); -- cgit v1.2.3