diff options
| author | Ted Gould <ted@gould.cx> | 2010-03-03 15:39:16 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-03-03 15:39:16 -0600 |
| commit | d694e0a23c44a6c48a6b23509dd8b00a3d622611 (patch) | |
| tree | 31f4c1b9095b5fdab639bce415a1c0a2c2d7904d /src/session-service.c | |
| parent | b51d58db757ccec277216f3e4f3e74c67ea75884 (diff) | |
| parent | bb12842de3558842bacbc9bafcff40490a8bc409 (diff) | |
| download | ayatana-indicator-session-d694e0a23c44a6c48a6b23509dd8b00a3d622611.tar.gz ayatana-indicator-session-d694e0a23c44a6c48a6b23509dd8b00a3d622611.tar.bz2 ayatana-indicator-session-d694e0a23c44a6c48a6b23509dd8b00a3d622611.zip | |
Merging in the consolekit branch to get the interface file.
Diffstat (limited to 'src/session-service.c')
| -rw-r--r-- | src/session-service.c | 4 |
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); |
