summaryrefslogtreecommitdiff
path: root/src/up-device.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 16:53:12 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 16:53:12 +0000
commitd27c836e97466d2ca42eaae942df6c3373fb0af3 (patch)
treea5e5ec15af4e66593864c9653a3a19b2ce986e8e /src/up-device.c
parent962539a31d922717921ec10cb64acb7bc4be741d (diff)
downloadupower-d27c836e97466d2ca42eaae942df6c3373fb0af3.tar.gz
Rename the DBus service from org.freedesktop.DeviceKit.Power to org.freedesktop.UPower
Diffstat (limited to 'src/up-device.c')
-rw-r--r--src/up-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-device.c b/src/up-device.c
index 9f810d1..7dad441 100644
--- a/src/up-device.c
+++ b/src/up-device.c
@@ -809,7 +809,7 @@ up_device_compute_object_path (UpDevice *device)
if (id[i] == ':')
id[i] = 'o';
}
- object_path = g_build_filename ("/org/freedesktop/DeviceKit/Power/devices", id, NULL);
+ object_path = g_build_filename ("/org/freedesktop/UPower/devices", id, NULL);
g_free (basename);
g_free (id);