aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-07 13:10:38 -0400
committerTed Gould <ted@canonical.com>2009-10-07 13:10:38 -0400
commit0547aa3fd537737ede2d22a3cc164e31df97b103 (patch)
tree1a7f7e8872edd62fafe7a7ca6a3174f84f9559da
parent1b12089eb7897608478ce4c3ab9b58361cbe991f (diff)
downloadayatana-indicator-session-0547aa3fd537737ede2d22a3cc164e31df97b103.tar.gz
ayatana-indicator-session-0547aa3fd537737ede2d22a3cc164e31df97b103.tar.bz2
ayatana-indicator-session-0547aa3fd537737ede2d22a3cc164e31df97b103.zip
Oops, forgot to say who we were.
-rw-r--r--src/lock-helper.c1
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);