[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone5.1

Michael 'Mickey' Lauer mickey at vanille-media.de
Sat Jun 6 12:21:46 UTC 2009


The following commit has been merged in the master branch:
commit 5355d64b43c0b677bbabb07d394b0f4161f5c1b4
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Feb 18 00:45:02 2009 +0100

    odeviced: fix bug in Display resource preventing the display to be lit when
    you request the resource while it's already past the state it's trying to
    prevent falling into. This should fix FSO bugs #336, #343, and #352.

diff --git a/framework/subsystems/odeviced/idlenotifier.py b/framework/subsystems/odeviced/idlenotifier.py
index 6b9a180..2020570 100644
--- a/framework/subsystems/odeviced/idlenotifier.py
+++ b/framework/subsystems/odeviced/idlenotifier.py
@@ -20,7 +20,7 @@ GPLv2 or later
 """
 
 MODULE_NAME = "odeviced.idlenotifier"
-__version__ = "0.9.10.2"
+__version__ = "0.9.10.3"
 
 from helpers import DBUS_INTERFACE_PREFIX, DBUS_PATH_PREFIX, readFromFile, writeToFile
 from framework.config import config
@@ -263,6 +263,7 @@ class DisplayResource( resource.Resource ):
         Enable (inherited from Resource)
         """
         IdleNotifier.instance().prohibitStateTransitionTo( "idle_dim" )
+        IdleNotifier.instance().SetState( "busy" )
         # FIXME should we do something else here?
         on_ok()
 

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list