[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:13 UTC 2009


The following commit has been merged in the debian branch:
commit c8057d6f215196e4ff11a10af5d2e3d120fffd2c
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Wed Dec 17 14:08:43 2008 +0100

    display current timezone

diff --git a/src/zhone b/src/zhone
index 0bc26e7..c84432e 100755
--- a/src/zhone
+++ b/src/zhone
@@ -2079,7 +2079,7 @@ class GUI(object):
             self.groups["lock"].activate()
 
     def display_time(self):
-        self.groups["main"].part_text_set("label", time.strftime("%H:%M", time.localtime()))
+        self.groups["main"].part_text_set("label", time.strftime("%H:%M %Z".strip(), time.localtime()))
         self.groups["main"].part_text_set("label_year", time.strftime("%Y-%m-%d", time.localtime()))
         return True
 

-- 
freesmartphone.org demo GUI



More information about the pkg-fso-commits mailing list