diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-02 20:10:49 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-02 20:10:49 +0000 |
commit | 925d7842837a1212b8c0d400b7e551240fe80959 (patch) | |
tree | 40a703cc0033178f4ab5935478f3d758386cff63 /textw | |
parent | 584d4398e7138404aea8249fafa12c942e3fc5e7 (diff) | |
download | anaconda-925d7842837a1212b8c0d400b7e551240fe80959.tar.gz anaconda-925d7842837a1212b8c0d400b7e551240fe80959.tar.xz anaconda-925d7842837a1212b8c0d400b7e551240fe80959.zip |
got rid of timezone flash
Diffstat (limited to 'textw')
-rw-r--r-- | textw/timezone.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/timezone.py b/textw/timezone.py index 99f8165b8..e58fe9092 100644 --- a/textw/timezone.py +++ b/textw/timezone.py @@ -76,6 +76,7 @@ class TimezoneWindow: self.l.setCurrent(default) self.l.setCallback(self.updateClock) + self.updateClock() self.c = Checkbox(_("Hardware clock set to GMT?"), isOn = asUtc) self.c.setCallback(self.updateSysClock) |