aboutsummaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-03 23:37:10 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-03 23:37:10 +0000
commitc17fa85feb9b5da645969a0fd96c3873e4e7c80b (patch)
treec64d54c7025332cc3ac0dc95127b5351acf16b37 /gui.py
parentui/mirrorselect.glade: forgot to save the intro_label (diff)
downloadanaconda-c17fa85feb9b5da645969a0fd96c3873e4e7c80b.tar.gz
anaconda-c17fa85feb9b5da645969a0fd96c3873e4e7c80b.tar.bz2
anaconda-c17fa85feb9b5da645969a0fd96c3873e4e7c80b.zip
profile selection
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 41f127c..8c9bf17 100755
--- a/gui.py
+++ b/gui.py
@@ -82,6 +82,7 @@ stepToClass = {
# Installing the Gentoo Base System
"mirrorselect": ("mirrorselect_gui", "MirrorselectWindow"),
"mirrorselect-sync": ("mirrorselect-sync_gui", "MirrorselectSyncWindow"),
+ "profile": ("profile_gui", "ProfileWindow"),
# Configuring the Kernel
"timezone" : ("timezone_gui", "TimezoneWindow"),