diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 16:58:28 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 16:58:28 -0800 |
commit | 190efd1967d69700806a5a104965989f9e0bba11 (patch) | |
tree | 4178f48c2f22e12277c8181faf83281112827ee3 /src/lock-helper.c | |
parent | 4b4b9d7b499457dc8bae7d4d31955ec570eab343 (diff) | |
parent | bf210e14548de5629a2cd48e0507f83ff0cf9587 (diff) | |
download | ayatana-indicator-session-190efd1967d69700806a5a104965989f9e0bba11.tar.gz ayatana-indicator-session-190efd1967d69700806a5a104965989f9e0bba11.tar.bz2 ayatana-indicator-session-190efd1967d69700806a5a104965989f9e0bba11.zip |
Updating to new dbusmenu interfaces.
Diffstat (limited to 'src/lock-helper.c')
-rw-r--r-- | src/lock-helper.c | 2 |
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()) { |