summaryrefslogtreecommitdiff
path: root/src/up-main.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-main.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-main.c')
-rw-r--r--src/up-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-main.c b/src/up-main.c
index de44357..85f1c9a 100644
--- a/src/up-main.c
+++ b/src/up-main.c
@@ -42,7 +42,7 @@
#include "up-qos.h"
#include "up-wakeups.h"
-#define DEVKIT_POWER_SERVICE_NAME "org.freedesktop.DeviceKit.Power"
+#define DEVKIT_POWER_SERVICE_NAME "org.freedesktop.UPower"
static GMainLoop *loop = NULL;
/**