diff options
author | Ted Gould <ted@canonical.com> | 2009-10-07 13:10:38 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-07 13:10:38 -0400 |
commit | 0547aa3fd537737ede2d22a3cc164e31df97b103 (patch) | |
tree | 1a7f7e8872edd62fafe7a7ca6a3174f84f9559da /src/lock-helper.c | |
parent | 1b12089eb7897608478ce4c3ab9b58361cbe991f (diff) | |
download | ayatana-indicator-session-0547aa3fd537737ede2d22a3cc164e31df97b103.tar.gz ayatana-indicator-session-0547aa3fd537737ede2d22a3cc164e31df97b103.tar.bz2 ayatana-indicator-session-0547aa3fd537737ede2d22a3cc164e31df97b103.zip |
Oops, forgot to say who we were.
Diffstat (limited to 'src/lock-helper.c')
-rw-r--r-- | src/lock-helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lock-helper.c b/src/lock-helper.c index b202b9d..0bdec6c 100644 --- a/src/lock-helper.c +++ b/src/lock-helper.c @@ -106,6 +106,7 @@ screensaver_throttle (gchar * reason) cookie_call = dbus_g_proxy_begin_call(gss_proxy, "Throttle", throttle_return, NULL, NULL, + G_TYPE_STRING, "Session Menu", G_TYPE_STRING, reason, G_TYPE_INVALID); |