diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/lock-helper.c | 1 |
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); |