[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, master, updated. milestone5-7-gd654b3d

Jan Luebbe jluebbe at debian.org
Tue Jul 21 10:56:07 UTC 2009


The following commit has been merged in the master branch:
commit 6084d38130380e622e3f8ce725073bc5fe8a62b9
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Sat Feb 28 23:19:57 2009 +0100

    use signal instead of cno for generic sat info

diff --git a/src/zhone b/src/zhone
index 750b7f7..eaf6fe6 100755
--- a/src/zhone
+++ b/src/zhone
@@ -1207,7 +1207,7 @@ class pyphone_location( edje_group ):
                 elif self.generic:
                     for sv, (used, signal) in self.generic.items():
                         text = [ "", "%i" % sv, "%i" % signal, "", "", "" ]
-                        rows.append( ( cno, used, 0, text, "" ) )
+                        rows.append( ( signal, used, 0, text, "" ) )
                 if rows:
                     count = 1 + len( rows )
                     self.maxsignal = float( max( [x[0] for x in rows] + [self.maxsignal] ) )

-- 
freesmartphone.org demo GUI



More information about the pkg-fso-commits mailing list