diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-03 18:00:24 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-03 18:00:24 +0000 |
commit | 949528f9e703c7373d9e30510b76f8944b001138 (patch) | |
tree | 8e8bb24addb91de7bee9265049f366c504754aa1 /iw/installpath_gui.py | |
parent | a7a3e6f337f0ce72c8feb603a05f287915da3866 (diff) | |
download | anaconda-949528f9e703c7373d9e30510b76f8944b001138.tar.gz anaconda-949528f9e703c7373d9e30510b76f8944b001138.tar.xz anaconda-949528f9e703c7373d9e30510b76f8944b001138.zip |
first pass at new install class placement -- works in text mode
Diffstat (limited to 'iw/installpath_gui.py')
-rw-r--r-- | iw/installpath_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py index 586b3bb4c..e04d9e662 100644 --- a/iw/installpath_gui.py +++ b/iw/installpath_gui.py @@ -38,6 +38,7 @@ def D_(x): class InstallPathWindow (InstallWindow): + installTypes = installclass.availableClasses() installTypes = ((WORKSTATION_GNOME, D_("GNOME Workstation"), "gnome-workstation.png"), (WORKSTATION_KDE, D_("KDE Workstation"), |