summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-23 21:24:37 +0000
committerMike Fulbright <msf@redhat.com>2000-06-23 21:24:37 +0000
commitde08d34e37672a6fa41436d31e1ea502c6dfcd2c (patch)
tree0fdc05f6581a3b9249a6b5cc050575893f99e8cf /textw
parent97a74931b87ed703e264e203d83998c876c78eee (diff)
downloadanaconda-de08d34e37672a6fa41436d31e1ea502c6dfcd2c.tar.gz
anaconda-de08d34e37672a6fa41436d31e1ea502c6dfcd2c.tar.xz
anaconda-de08d34e37672a6fa41436d31e1ea502c6dfcd2c.zip
fix bug #12490
Diffstat (limited to 'textw')
-rw-r--r--textw/timezone_text.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index 0c54e0543..8b74b37f5 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -81,10 +81,10 @@ class TimezoneWindow:
self.l.append(tz, tz)
self.l.setCurrent(default)
- self.l.setCallback(self.updateClock)
+# self.l.setCallback(self.updateClock)
self.c = Checkbox(_("Hardware clock set to GMT?"), isOn = asUtc)
- self.c.setCallback(self.updateSysClock)
+# self.c.setCallback(self.updateSysClock)
self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone",
1, 5)
@@ -110,6 +110,7 @@ class TimezoneWindow:
while 1:
result = self.g.run()
rc = bb.buttonPressed (result)
+
if rc == "back":
screen.popWindow()
return INSTALL_BACK