[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:52:01 UTC 2009


The following commit has been merged in the master branch:
commit 6aec07373b4dbeb5ca1a912ec1136731b39dbe57
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 21 06:44:25 2009 +0100

    resource: fix typo

diff --git a/framework/resource.py b/framework/resource.py
index a422d21..6fa3a35 100644
--- a/framework/resource.py
+++ b/framework/resource.py
@@ -68,7 +68,7 @@ def checkedsignal(f, *args, **kw):
     if self._resourceStatus == "enabled":
         return f(*args, **kw)
     else:
-        self._delayedSignalQueue.push( ( f, args ) ) # push for later
+        self._delayedSignalQueue.put( ( f, args ) ) # push for later
 
 #----------------------------------------------------------------------------#
 class ResourceNotEnabled( dbus.DBusException ):

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list