aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iw/timezone_gui.py')
-rw-r--r--iw/timezone_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index 0b02096..720f87e 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -55,7 +55,7 @@ class TimezoneWindow(InstallWindow):
self.zonetab = zonetab.ZoneTab()
# Pull in a bunch of widgets.
- (self.xml, self.vbox) = gui.getGladeWidget("timezone.glade", "tz_vbox")
+ (self.xml, self.vbox) = gui.getGladeWidget("timezone.glade", "tz_vbox")
self.utcCheckbox = self.xml.get_widget("utc_check")
ics.setTitle(_("Time Zone Selection"))
@@ -103,7 +103,7 @@ class TimezoneWindow(InstallWindow):
# TimezoneWindow tag="timezone"
def getScreen(self, anaconda):
- self.intf = anaconda.intf
+ self.intf = anaconda.intf
self.timezone = anaconda.timezone
(self.default, asUTC) = self.timezone.getTimezoneInfo()