aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-21 14:17:52 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-21 14:17:52 +0000
commit276852eb607ec70f066f78fcc4568732426a2a30 (patch)
tree7e13da34ffcdc2e5c664556992e76c27f336db89 /dispatch.py
parentiw/welcome_gui.py: Fix getting the widgets (diff)
downloadanaconda-276852eb607ec70f066f78fcc4568732426a2a30.tar.gz
anaconda-276852eb607ec70f066f78fcc4568732426a2a30.tar.bz2
anaconda-276852eb607ec70f066f78fcc4568732426a2a30.zip
dispatch.py: change the name of the welcome screen step
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index d967258..7eb5750 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -67,7 +67,7 @@ log = logging.getLogger("anaconda")
# gets passed in when we call the function.
installSteps = [
# Welcome
- ("welcome", ),
+ ("welcomescreen", ),
("language", ),
("keyboard", ),
("betanag", betaNagScreen, ),