diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-21 20:49:00 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-21 20:49:00 +0000 |
commit | cceab9e157ccfba20880da872f499f7ef85106a0 (patch) | |
tree | 675221afcf410389bd3a83ed08e7f5bd39144309 | |
parent | iw/welcome_gui.py: step is not a function! (diff) | |
download | anaconda-cceab9e157ccfba20880da872f499f7ef85106a0.tar.gz anaconda-cceab9e157ccfba20880da872f499f7ef85106a0.tar.bz2 anaconda-cceab9e157ccfba20880da872f499f7ef85106a0.zip |
gui.py: fix a bug where the makeconf screen appears twice
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |