summaryrefslogtreecommitdiff
path: root/src/gpm-idle.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-14 07:41:30 -0800
committerStefano Karapetsas <[email protected]>2012-11-14 07:41:30 -0800
commitabf46d226f006c5b6843ccac2010469ae838d68b (patch)
tree88bdba96755c2af731cbddbf8c5cd8825f39c270 /src/gpm-idle.c
parentfbf40ff748a675bdba451168c30aab7abeb5afa2 (diff)
parent1ea3233503f84366afd4e0a76e47afa258d17d04 (diff)
downloadmate-power-manager-abf46d226f006c5b6843ccac2010469ae838d68b.tar.bz2
mate-power-manager-abf46d226f006c5b6843ccac2010469ae838d68b.tar.xz
Merge pull request #25 from Firstyear/master
keyboard backlight, with basic controls.
Diffstat (limited to 'src/gpm-idle.c')
-rw-r--r--src/gpm-idle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpm-idle.c b/src/gpm-idle.c
index 0a7c33c..97e9072 100644
--- a/src/gpm-idle.c
+++ b/src/gpm-idle.c
@@ -352,6 +352,7 @@ static void
gpm_idle_session_idle_changed_cb (GpmSession *session, gboolean is_idle, GpmIdle *idle)
{
egg_debug ("Received mate session idle changed: %i", is_idle);
+ idle->priv->x_idle = TRUE;
gpm_idle_evaluate (idle);
}