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: Sun, 03 Jul 2011 19:30:17
Message-Id: a53cceb5be3be401fb660060b7ca93b03ad986ef.wiktor@gentoo
1 commit: a53cceb5be3be401fb660060b7ca93b03ad986ef
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 15:54:25 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 15:54:25 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=a53cceb5
7
8 mirrorselect_gui.py: fixed indentation
9
10 ---
11 iw/mirrorselect_gui.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
15 index 564c433..0f5ed3e 100644
16 --- a/iw/mirrorselect_gui.py
17 +++ b/iw/mirrorselect_gui.py
18 @@ -45,7 +45,7 @@ class MirrorselectWindow(InstallWindow):
19 self.anaconda.makeconf.silent = self.silent.get_active()
20 return None
21
22 - def getScreen(self, anaconda):
23 + def getScreen(self, anaconda):
24 self.anaconda = anaconda
25 self.intf = anaconda.intf