summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-manager.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-19 20:26:07 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-19 20:26:07 +0000
commit2d11b158f2f9373cdcac5c527263e5b870159387 (patch)
treeff982545ea50fe9c192234f6f9d8e9169885420e /hcid/dbus-manager.c
parent2a01a5f6eb1b238b74f0ac9d3adfd2952f6f0ea1 (diff)
ActivateService should return the bus_name and not the object_path
Diffstat (limited to 'hcid/dbus-manager.c')
-rw-r--r--hcid/dbus-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-manager.c b/hcid/dbus-manager.c
index 94609cc5..77dba6b5 100644
--- a/hcid/dbus-manager.c
+++ b/hcid/dbus-manager.c
@@ -269,7 +269,7 @@ static DBusHandlerResult activate_service(DBusConnection *conn,
return DBUS_HANDLER_RESULT_NEED_MEMORY;
dbus_message_append_args(msg,
- DBUS_TYPE_STRING, &service->object_path,
+ DBUS_TYPE_STRING, &service->bus_name,
DBUS_TYPE_INVALID);
return send_message_and_unref(conn, reply);