Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: iw/
Date: Wed, 03 Aug 2011 08:52:05
Message-Id: 06fbe58d9794d2b3eaea047348cb2710d5cb0100.wiktor@gentoo
1 commit: 06fbe58d9794d2b3eaea047348cb2710d5cb0100
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Aug 3 08:51:28 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Aug 3 08:51:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=06fbe58d
7
8 iw/timezone_gui.py: fix indents
9
10 ---
11 iw/timezone_gui.py | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
15 index 0b02096..720f87e 100644
16 --- a/iw/timezone_gui.py
17 +++ b/iw/timezone_gui.py
18 @@ -55,7 +55,7 @@ class TimezoneWindow(InstallWindow):
19 self.zonetab = zonetab.ZoneTab()
20
21 # Pull in a bunch of widgets.
22 - (self.xml, self.vbox) = gui.getGladeWidget("timezone.glade", "tz_vbox")
23 + (self.xml, self.vbox) = gui.getGladeWidget("timezone.glade", "tz_vbox")
24 self.utcCheckbox = self.xml.get_widget("utc_check")
25
26 ics.setTitle(_("Time Zone Selection"))
27 @@ -103,7 +103,7 @@ class TimezoneWindow(InstallWindow):
28
29 # TimezoneWindow tag="timezone"
30 def getScreen(self, anaconda):
31 - self.intf = anaconda.intf
32 + self.intf = anaconda.intf
33 self.timezone = anaconda.timezone
34 (self.default, asUTC) = self.timezone.getTimezoneInfo()