[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, debian, updated. debian/0-git20081111-1-18-g695b819

Jan Luebbe jluebbe at debian.org
Mon Jan 12 19:29:14 UTC 2009


The following commit has been merged in the debian branch:
commit 7a2ce6ce5c4419c266b97d402130c7e6c94deee2
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Fri Dec 19 13:01:32 2008 +0100

    try unlocking the screen on incoming calls

diff --git a/src/zhone b/src/zhone
index c84432e..1b66e79 100755
--- a/src/zhone
+++ b/src/zhone
@@ -253,6 +253,7 @@ class pyphone_call(edje_group):
             self.part_text_set( "label_left", u"hold" )
             self.part_text_set( "label_right", u"hangup" )
         elif status == "incoming":
+            self.main.groups["lock"].deactivate()
             self.part_text_set( "label_left", u"answer" )
             self.part_text_set( "label_right", u"reject" )
         elif status == "held":

-- 
freesmartphone.org demo GUI



More information about the pkg-fso-commits mailing list