diff options
Diffstat (limited to 'libempathy/empathy-connectivity.c')
-rw-r--r-- | libempathy/empathy-connectivity.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |