aboutsummaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-21 20:49:00 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-21 20:49:00 +0000
commitcceab9e157ccfba20880da872f499f7ef85106a0 (patch)
tree675221afcf410389bd3a83ed08e7f5bd39144309 /gui.py
parentiw/welcome_gui.py: step is not a function! (diff)
downloadanaconda-cceab9e157ccfba20880da872f499f7ef85106a0.tar.gz
anaconda-cceab9e157ccfba20880da872f499f7ef85106a0.tar.bz2
anaconda-cceab9e157ccfba20880da872f499f7ef85106a0.zip
gui.py: fix a bug where the makeconf screen appears twice
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 34de804..ee32f0f 100755
--- a/gui.py
+++ b/gui.py
@@ -78,7 +78,7 @@ stepToClass = {
"upgrademigratefs" : ("upgrade_migratefs_gui", "UpgradeMigrateFSWindow"),
# Installing the Gentoo Installation Files
- "installationfiles" : ("makeconf_gui", "MakeconfWindow"),
+ "installationfiles" : ("welcome_gui", "WelcomeWindow"),
"makeconf" : ("makeconf_gui", "MakeconfWindow"),
# Installing the Gentoo Base System