summaryrefslogtreecommitdiff
path: root/src/up-daemon.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-daemon.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-daemon.c')
-rw-r--r--src/up-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-daemon.c b/src/up-daemon.c
index c91abba..f678c13 100644
--- a/src/up-daemon.c
+++ b/src/up-daemon.c
@@ -633,7 +633,7 @@ up_daemon_register_power_daemon (UpDaemon *daemon)
/* register GObject */
dbus_g_connection_register_g_object (daemon->priv->connection,
- "/org/freedesktop/DeviceKit/Power",
+ "/org/freedesktop/UPower",
G_OBJECT (daemon));
/* success */