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 15:17:22
Message-Id: c37d34f006b4b2b9ca75205ae6db458be7875cfd.wiktor@gentoo
1 commit: c37d34f006b4b2b9ca75205ae6db458be7875cfd
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Jul 4 15:16:19 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Jul 4 15:16:19 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=c37d34f0
7
8 iw/use_gui.py: store profile-selected USE flags
9
10 ---
11 iw/use_gui.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/iw/use_gui.py b/iw/use_gui.py
15 index a675b60..8fcb199 100644
16 --- a/iw/use_gui.py
17 +++ b/iw/use_gui.py
18 @@ -86,7 +86,7 @@ class UseWindow(InstallWindow):
19 table.attach(cb, 0, 1, rows, rows+1, gtk.FILL)
20 table.attach(l, 1, 2, rows, rows+1)
21
22 -
23 + self.use_profile = use_enabled
24
25 return self.align