aboutsummaryrefslogtreecommitdiff
path: root/src/lock-helper.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-02 16:21:47 -0800
committerTed Gould <ted@gould.cx>2010-02-02 16:21:47 -0800
commit46250bfcf014c2e99395b712ca9bf0fb0b500edd (patch)
tree5af18cb653b207b139116c61862454ae90e354b0 /src/lock-helper.c
parent4b4b9d7b499457dc8bae7d4d31955ec570eab343 (diff)
downloadayatana-indicator-session-46250bfcf014c2e99395b712ca9bf0fb0b500edd.tar.gz
ayatana-indicator-session-46250bfcf014c2e99395b712ca9bf0fb0b500edd.tar.bz2
ayatana-indicator-session-46250bfcf014c2e99395b712ca9bf0fb0b500edd.zip
Changing the lock_screen function to match the new activate prototype.
Diffstat (limited to 'src/lock-helper.c')
-rw-r--r--src/lock-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lock-helper.c b/src/lock-helper.c
index 0bdec6c..991aba2 100644
--- a/src/lock-helper.c
+++ b/src/lock-helper.c
@@ -279,7 +279,7 @@ activate_timeout (gpointer data)
/* A fun little function to actually lock the screen. If,
that's what you want, let's do it! */
void
-lock_screen (DbusmenuMenuitem * mi, gpointer data)
+lock_screen (DbusmenuMenuitem * mi, guint timestamp, gpointer data)
{
g_debug("Lock Screen");
if (!will_lock_screen()) {