aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-23 16:55:45 -0600
committerTed Gould <ted@gould.cx>2010-02-23 16:55:45 -0600
commit7636e191ecf68f41ef28ae5e8811467e993aa108 (patch)
tree669c9109aeb5f8f978e3599b325d539036c6724b
parentd0eee8bb58912b646c6ff16098f63079e955c654 (diff)
downloadayatana-indicator-session-7636e191ecf68f41ef28ae5e8811467e993aa108.tar.gz
ayatana-indicator-session-7636e191ecf68f41ef28ae5e8811467e993aa108.tar.bz2
ayatana-indicator-session-7636e191ecf68f41ef28ae5e8811467e993aa108.zip
Changed names to patch current upower
-rw-r--r--src/session-service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session-service.c b/src/session-service.c
index 9fb9ee7..289bff8 100644
--- a/src/session-service.c
+++ b/src/session-service.c
@@ -226,7 +226,7 @@ up_changed_cb (DBusGProxy * proxy, gpointer user_data)
G_TYPE_STRING,
UP_INTERFACE,
G_TYPE_STRING,
- "can-suspend",
+ "CanSuspend",
G_TYPE_INVALID,
G_TYPE_VALUE,
G_TYPE_INVALID);
@@ -242,7 +242,7 @@ up_changed_cb (DBusGProxy * proxy, gpointer user_data)
G_TYPE_STRING,
UP_INTERFACE,
G_TYPE_STRING,
- "can-hibernate",
+ "CanHibernate",
G_TYPE_INVALID,
G_TYPE_VALUE,
G_TYPE_INVALID);