From 39ff96975fe694db89e96574a256db64f6fa365b Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 10 Feb 2011 00:00:33 +0000 Subject: connectivity: Update to use new Connman D-BUS service names / interfaces The Connman service name and interface name has changed to a different namespace: http://lists.connman.net/pipermail/connman/2010-November/002548.html Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=641985 --- libempathy/empathy-connectivity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-connectivity.c b/libempathy/empathy-connectivity.c index f02b7588b..42d5fcc1f 100644 --- a/libempathy/empathy-connectivity.c +++ b/libempathy/empathy-connectivity.c @@ -207,8 +207,8 @@ empathy_connectivity_init (EmpathyConnectivity *connectivity) if (connection != NULL) { priv->proxy = dbus_g_proxy_new_for_name (connection, - "org.moblin.connman", "/", - "org.moblin.connman.Manager"); + "net.connman", "/", + "net.connman.Manager"); dbus_g_object_register_marshaller ( _empathy_marshal_VOID__STRING, -- cgit v1.2.3