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: Mon, 04 Jul 2011 16:33:27
Message-Id: 0fa08643f85623e7e1bf9bb8e02d2640555e3f7c.wiktor@gentoo
1 commit: 0fa08643f85623e7e1bf9bb8e02d2640555e3f7c
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Jul 4 16:32:12 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Jul 4 16:32:12 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=0fa08643
7
8 iw/systools_gui.py: fixed glade flie name
9
10 ---
11 iw/systools_gui.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/iw/systools_gui.py b/iw/systools_gui.py
15 index 9a2194a..1bedb1d 100644
16 --- a/iw/systools_gui.py
17 +++ b/iw/systools_gui.py
18 @@ -41,7 +41,7 @@ class SystoolsWindow(InstallWindow):
19 self.anaconda = anaconda
20 self.intf = anaconda.intf
21
22 - (self.xml, self.align) = gui.getGladeWidget("systool.glade", "systool_align")
23 + (self.xml, self.align) = gui.getGladeWidget("systools.glade", "systools_align")
24
25 return self.align