diff options
author | Ted Gould <ted@canonical.com> | 2009-07-24 08:28:39 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-24 08:28:39 -0500 |
commit | f97c0f6c6838fcbc536e718f7107ded62e9e5d8b (patch) | |
tree | a8348fbfafa401515af8972e3251e982376b4435 /src | |
parent | db481c5758ce617524fc8ba373538d8be7ed0c8e (diff) | |
download | ayatana-indicator-session-f97c0f6c6838fcbc536e718f7107ded62e9e5d8b.tar.gz ayatana-indicator-session-f97c0f6c6838fcbc536e718f7107ded62e9e5d8b.tar.bz2 ayatana-indicator-session-f97c0f6c6838fcbc536e718f7107ded62e9e5d8b.zip |
Comment update
Diffstat (limited to 'src')
-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) { |