summaryrefslogtreecommitdiff
path: root/src/up-wakeups.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-wakeups.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-wakeups.c')
-rw-r--r--src/up-wakeups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-wakeups.c b/src/up-wakeups.c
index f649352..ebf02de 100644
--- a/src/up-wakeups.c
+++ b/src/up-wakeups.c
@@ -739,7 +739,7 @@ up_wakeups_init (UpWakeups *wakeups)
}
/* register on the bus */
- dbus_g_connection_register_g_object (wakeups->priv->connection, "/org/freedesktop/DeviceKit/Power/Wakeups", G_OBJECT (wakeups));
+ dbus_g_connection_register_g_object (wakeups->priv->connection, "/org/freedesktop/UPower/Wakeups", G_OBJECT (wakeups));
}
/**