diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-04 15:16:19 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-04 15:16:19 +0000 |
commit | c37d34f006b4b2b9ca75205ae6db458be7875cfd (patch) | |
tree | 84b9c998eab71365884f15e154f3e92ddc207077 /iw | |
parent | w/use_gui.py: Use partition instead of split (diff) | |
download | anaconda-c37d34f006b4b2b9ca75205ae6db458be7875cfd.tar.gz anaconda-c37d34f006b4b2b9ca75205ae6db458be7875cfd.tar.bz2 anaconda-c37d34f006b4b2b9ca75205ae6db458be7875cfd.zip |
iw/use_gui.py: store profile-selected USE flags
Diffstat (limited to 'iw')
-rw-r--r-- | iw/use_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/use_gui.py b/iw/use_gui.py index a675b60..8fcb199 100644 --- a/iw/use_gui.py +++ b/iw/use_gui.py @@ -86,7 +86,7 @@ class UseWindow(InstallWindow): table.attach(cb, 0, 1, rows, rows+1, gtk.FILL) table.attach(l, 1, 2, rows, rows+1) - + self.use_profile = use_enabled return self.align |