[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 0e9c3b83c01ce18a26823c5f13d7e0af7ff4da50
Author: Timo Juhani Lindfors <timo.lindfors at iki.fi>
Date:   Mon Feb 16 00:10:05 2009 +0100

    apply workaround for
    http://bugzilla.gnome.org/show_bug.cgi?id=571890
    that causes frameworkd to print
    ppp error: "TypeError: 'NoneType' object is not callable\n"
    every time a GPRS connection is started.

diff --git a/framework/patterns/processguard.py b/framework/patterns/processguard.py
index 665e823..f76f934 100644
--- a/framework/patterns/processguard.py
+++ b/framework/patterns/processguard.py
@@ -73,7 +73,6 @@ class ProcessGuard( object ):
                                       envp="",
                                       working_directory=os.environ.get( "PWD", "/" ),
                                       flags=gobject.SPAWN_DO_NOT_REAP_CHILD, # needed for child watch
-                                      child_setup=None,
                                       user_data=None,
                                       standard_input=False,
                                       standard_output=True,

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list