summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-09-25 20:12:40 +0000
committerpnfisher <pnfisher>1999-09-25 20:12:40 +0000
commit0084dade603bcd88f148b3c53ffadac992cbc0ba (patch)
tree61c533df62667b98f20f095df9fa16a0909840b5 /iw
parentced9f4f574057aa9a29b9409ff06c73aa1eee954 (diff)
downloadanaconda-0084dade603bcd88f148b3c53ffadac992cbc0ba.tar.gz
anaconda-0084dade603bcd88f148b3c53ffadac992cbc0ba.tar.xz
anaconda-0084dade603bcd88f148b3c53ffadac992cbc0ba.zip
Fix next, back map redraw weirdness.
Diffstat (limited to 'iw')
-rw-r--r--iw/timezone.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/iw/timezone.py b/iw/timezone.py
index 053a7c784..a11a586b7 100644
--- a/iw/timezone.py
+++ b/iw/timezone.py
@@ -147,7 +147,9 @@ class TimezoneWindow (InstallWindow):
for menu_item in views.get_menu ().children ():
menu_item.connect ("activate", self.view_change)
-
+
+ # fix for current map weirdness in dr mike's code.
+ views.get_menu ().children ()[0].activate ()
label = GtkLabel (_("View:"))
hbox = GtkHBox (FALSE, 5)