summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-10-04 15:00:40 +0000
committerJeremy Katz <katzj@redhat.com>2006-10-04 15:00:40 +0000
commit53979cf0ff5305bd21ab25af712d77a0c291ec93 (patch)
tree49f60b8c7106332fcad20c092811520990f60a3a /textw
parent0fff9e6e4b4fed7fea9b6ccf2e3bce0236aacc8e (diff)
downloadanaconda-53979cf0ff5305bd21ab25af712d77a0c291ec93.tar.gz
anaconda-53979cf0ff5305bd21ab25af712d77a0c291ec93.tar.xz
anaconda-53979cf0ff5305bd21ab25af712d77a0c291ec93.zip
2006-10-04 Jeremy Katz <katzj@redhat.com>
* textw/grpselect_text.py (GroupSelectionWindow.__call__): Fix details to match up (#209310)
Diffstat (limited to 'textw')
-rw-r--r--textw/grpselect_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/grpselect_text.py b/textw/grpselect_text.py
index 85e1b1222..50e0b87f8 100644
--- a/textw/grpselect_text.py
+++ b/textw/grpselect_text.py
@@ -110,6 +110,7 @@ class GroupSelectionWindow:
if result != "F2":
break
+ grp = ct.getCurrent()
pkgs = grp.default_packages.keys() + grp.optional_packages.keys()
if len(pkgs) == 0:
ButtonChoiceWindow(screen, _("Error"),
@@ -118,7 +119,6 @@ class GroupSelectionWindow:
# if current group is not selected then select it first
newSelection = 0
- grp = ct.getCurrent()
lst = ct.getSelection()
if grp not in lst:
newSelection = 1