aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-07 13:11:23 -0400
committerTed Gould <ted@canonical.com>2009-10-07 13:11:23 -0400
commitc01f26199419e326b6cf1c2e1ca6c0d98a037e96 (patch)
tree96b7bee854d2e19ba3e5b3a1201650beec3ff06f
parent48041167ace7d6dc1862dc61a9ac015f21ee81d2 (diff)
parent0547aa3fd537737ede2d22a3cc164e31df97b103 (diff)
downloadayatana-indicator-session-c01f26199419e326b6cf1c2e1ca6c0d98a037e96.tar.gz
ayatana-indicator-session-c01f26199419e326b6cf1c2e1ca6c0d98a037e96.tar.bz2
ayatana-indicator-session-c01f26199419e326b6cf1c2e1ca6c0d98a037e96.zip
Right API
-rw-r--r--debian/changelog6
-rw-r--r--src/lock-helper.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1176b50..66a2f42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-session (0.1.6-0ubuntu3~ppa2~betterlock3) UNRELEASED; urgency=low
+
+ * Right API
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 07 Oct 2009 13:11:07 -0400
+
indicator-session (0.1.6-0ubuntu3~ppa2~betterlock2) karmic; urgency=low
* Throttling
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);