aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-21 14:11:13 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-21 14:11:13 +0000
commit83b06ea9b703000b66949e06d83f8fca8448d3bf (patch)
treecf5a75623433563609c9b23fe688fb60edb9ca17 /installclass.py
parentgui.py: remove the code that removes the header banner (diff)
downloadanaconda-83b06ea9b703000b66949e06d83f8fca8448d3bf.tar.gz
anaconda-83b06ea9b703000b66949e06d83f8fca8448d3bf.tar.bz2
anaconda-83b06ea9b703000b66949e06d83f8fca8448d3bf.zip
iw/welcome_gui.py: Fix getting the widgets
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index b3a6991..ec09bb5 100644
--- a/installclass.py
+++ b/installclass.py
@@ -81,7 +81,7 @@ class BaseInstallClass(object):
dispatch = anaconda.dispatch
dispatch.setStepList(
# Welcome
- "welcome",
+ "welcomescreen",
"language",
"keyboard",
"betanag",