aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2011-02-10 08:00:33 +0800
committerRob Bradford <rob@linux.intel.com>2011-02-10 19:07:16 +0800
commit356be50ba481e0046c0ade43032de78322f3eaa8 (patch)
tree7f41dd4109a7096346f3acafe4c1e4bad065710f /libempathy
parent189ac2ece4abcd095d94ec015154e50d13f46e02 (diff)
downloadgsoc2013-empathy-356be50ba481e0046c0ade43032de78322f3eaa8.tar
gsoc2013-empathy-356be50ba481e0046c0ade43032de78322f3eaa8.tar.gz
gsoc2013-empathy-356be50ba481e0046c0ade43032de78322f3eaa8.tar.bz2
gsoc2013-empathy-356be50ba481e0046c0ade43032de78322f3eaa8.tar.lz
gsoc2013-empathy-356be50ba481e0046c0ade43032de78322f3eaa8.tar.xz
gsoc2013-empathy-356be50ba481e0046c0ade43032de78322f3eaa8.tar.zst
gsoc2013-empathy-356be50ba481e0046c0ade43032de78322f3eaa8.zip
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
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-connectivity.c4
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,