diff options
author | Hao H Li <hao.h.li@intel.com> | 2011-03-08 21:07:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-08 21:08:09 +0800 |
commit | cbcae0eef22d80d564145de68fd55e47d2c35b05 (patch) | |
tree | e835375b5814120c50ccfbc9bf31c3c199e070b1 | |
parent | 5bcf04619f76183562f0649c66e7d22a7be5b35e (diff) | |
download | gsoc2013-evolution-cbcae0eef22d80d564145de68fd55e47d2c35b05.tar.gz gsoc2013-evolution-cbcae0eef22d80d564145de68fd55e47d2c35b05.tar.zst gsoc2013-evolution-cbcae0eef22d80d564145de68fd55e47d2c35b05.zip |
Bug 644164 - Using outdated Connman D-Bus names
-rw-r--r-- | modules/connman/evolution-connman.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/connman/evolution-connman.c b/modules/connman/evolution-connman.c index 184ad23fdd..10a6fad295 100644 --- a/modules/connman/evolution-connman.c +++ b/modules/connman/evolution-connman.c @@ -21,8 +21,8 @@ #include <shell/e-shell.h> #include <e-util/e-extension.h> -#define CM_DBUS_SERVICE "org.moblin.connman" -#define CM_DBUS_INTERFACE "org.moblin.connman.Manager" +#define CM_DBUS_SERVICE "net.connman" +#define CM_DBUS_INTERFACE "net.connman.Manager" #define CM_DBUS_PATH "/" /* Standard GObject macros */ |