[gnome-power-manager] Inhibit applet now will inhibit the session from being marked IDLE.



commit a70a740cbabb2ddee4cec6af2d348d15ece89770
Author: Scott Howard <showard314 gmail com>
Date:   Tue Sep 8 23:09:20 2009 -0400

    Inhibit applet now will inhibit the session from being marked IDLE.
    Fixes bug 593800.

 applets/inhibit/inhibit-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c
index ff91f7b..31042d6 100644
--- a/applets/inhibit/inhibit-applet.c
+++ b/applets/inhibit/inhibit-applet.c
@@ -115,7 +115,7 @@ gpm_applet_inhibit (GpmInhibitApplet *applet,
 				 G_TYPE_STRING, appname,
 				 G_TYPE_UINT, 0, /* xid */
 				 G_TYPE_STRING, reason,
-				 G_TYPE_UINT, 1+2+4, /* logoff, switch and suspend */
+				 G_TYPE_UINT, 1+2+4+8, /* logoff, switch, suspend, and idle */
 				 G_TYPE_INVALID,
 				 G_TYPE_UINT, cookie,
 				 G_TYPE_INVALID);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]