[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, master,	updated. milestone2-25-gf72c138
    Jan Luebbe 
    jluebbe at debian.org
       
    Tue Sep  2 10:26:29 UTC 2008
    
    
  
The following commit has been merged in the master branch:
commit 4a13c7491709297c05e59719fdc985c7efd59b68
Author: texitoi <texitoi at texitoi.homelinux.org>
Date:   Mon Aug 25 13:32:25 2008 +0200
    set self.willSuspend to False at the creation of the class
diff --git a/src/zhone b/src/zhone
index 534f5b3..e7c9fe4 100755
--- a/src/zhone
+++ b/src/zhone
@@ -1853,7 +1853,7 @@ class DBusObject( object ):
 
         self.fullinit = False
 
-        self.willSuspend = True
+        self.willSuspend = False
 
     def tryGetProxy( self, busname, objname ):
         object = None
-- 
freesmartphone.org demo GUI
    
    
More information about the pkg-fso-commits
mailing list