summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-03 18:00:24 +0000
committerErik Troan <ewt@redhat.com>2000-05-03 18:00:24 +0000
commit949528f9e703c7373d9e30510b76f8944b001138 (patch)
tree8e8bb24addb91de7bee9265049f366c504754aa1 /iw
parenta7a3e6f337f0ce72c8feb603a05f287915da3866 (diff)
downloadanaconda-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')
-rw-r--r--iw/installpath_gui.py1
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"),