summaryrefslogtreecommitdiffstats
path: root/iw/timezone.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-22 06:08:21 +0000
committerMatt Wilson <msw@redhat.com>1999-09-22 06:08:21 +0000
commita5a190c37d15fa8ab0358c75ee3c19eff9eab3af (patch)
tree5f06da39e2dd4cf31028b99e93ac967179b4bc2d /iw/timezone.py
parent3bf44a446bf6183f644ce864f17586716939db49 (diff)
downloadanaconda-a5a190c37d15fa8ab0358c75ee3c19eff9eab3af.tar.gz
anaconda-a5a190c37d15fa8ab0358c75ee3c19eff9eab3af.tar.xz
anaconda-a5a190c37d15fa8ab0358c75ee3c19eff9eab3af.zip
merge from jj
Diffstat (limited to 'iw/timezone.py')
-rw-r--r--iw/timezone.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/iw/timezone.py b/iw/timezone.py
index 847b51b48..8f8b6673f 100644
--- a/iw/timezone.py
+++ b/iw/timezone.py
@@ -29,7 +29,6 @@ class TimezoneWindow (InstallWindow):
ics.setTitle (_("Time Zone Selection"))
ics.setNextEnabled (1)
ics.readHTML ("timezone")
-## ics.setHTML ("<HTML><BODY>Select your current location</BODY></HTML>")
self.timeZones = ("-12:00",
"-11:00",
@@ -91,7 +90,7 @@ class TimezoneWindow (InstallWindow):
nb = GtkNotebook ()
mainBox = GtkVBox (FALSE, 5)
-
+
tz = timezonemap.new (path)
self.tz = tz
map = Map (tz.map)