[empathy] connectivity: Update to use new Connman D-BUS service names / interfaces



commit 356be50ba481e0046c0ade43032de78322f3eaa8
Author: Rob Bradford <rob linux intel com>
Date:   Thu Feb 10 00:00:33 2011 +0000

    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-connectivity.c b/libempathy/empathy-connectivity.c
index f02b758..42d5fcc 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]