[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, master, updated. milestone4-28-g19ac3e4

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


The following commit has been merged in the master branch:
commit 3eeee558eba77f88145610a389166d9183fca048
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 28 00:34:57 2009 +0100

    fix maximum rxlevel in monitoring now that fso has changed as well *cough*

diff --git a/src/zhone b/src/zhone
index 2f94020..0bbd3d4 100755
--- a/src/zhone
+++ b/src/zhone
@@ -919,7 +919,7 @@ class pyphone_wireless( edje_group ):
 #----------------------------------------------------------------------------#
     class NeighbourGraph( evas.ClippedSmartObject ):
         MAXCELLS = 7
-        MAXRXLEV = 100
+        MAXRXLEV = 64
         def __init__( self, *args, **kargs ):
             evas.ClippedSmartObject.__init__( self, *args, **kargs )
             self.img = self.Image()

-- 
freesmartphone.org demo GUI



More information about the pkg-fso-commits mailing list