summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-21 22:04:42 +0000
committerMike Fulbright <msf@redhat.com>2002-05-21 22:04:42 +0000
commit561e50babea0d272d77a2d3757c6389c69d84d51 (patch)
treed0c57d474b3c05e3231fcd5f4c093d31ed09316c /gui.py
parent94a93c4a1ebdf392e035e1d6b5097845a1d1fc44 (diff)
downloadanaconda-561e50babea0d272d77a2d3757c6389c69d84d51.tar.gz
anaconda-561e50babea0d272d77a2d3757c6389c69d84d51.tar.xz
anaconda-561e50babea0d272d77a2d3757c6389c69d84d51.zip
1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 X changes into HEAD
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 9c1906baf..0a6726fab 100755
--- a/gui.py
+++ b/gui.py
@@ -50,7 +50,7 @@ stepToClass = {
"upgbootloader": ("upgrade_bootloader_gui", "UpgradeBootloaderWindow"),
"network" : ("network_gui", "NetworkWindow"),
"firewall" : ("firewall_gui", "FirewallWindow"),
- "languagesupport" : ("language_support_gui", "LanguageSupportWindow"),
+# "languagesupport" : ("language_support_gui", "LanguageSupportWindow"),
"timezone" : ("timezone_gui", "TimezoneWindow"),
"accounts" : ("account_gui", "AccountWindow"),
"authentication" : ("auth_gui", "AuthWindow"),