diff options
Diffstat (limited to 'src/session-service.c')
-rw-r--r-- | src/session-service.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/session-service.c b/src/session-service.c index f17a2d6..431d5ea 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -18,7 +18,8 @@ static GMainLoop * mainloop = NULL; static DBusGProxy * dkp_main_proxy = NULL; static DBusGProxy * dkp_prop_proxy = NULL; -/* Hibernate the machine */ +/* Let's put this machine to sleep, with some info on how + it should sleep. */ static void sleep (DbusmenuMenuitem * mi, gpointer userdata) { |