aboutsummaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-04 12:33:50 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-04 12:33:50 +0000
commit5945d5ebc8f4977d94c5e848e15984de29013c84 (patch)
treef74eceb95282e7a65227b27e71f4ecddf0938e53 /gui.py
parentui/profile.glade: now it's perfect (diff)
downloadanaconda-5945d5ebc8f4977d94c5e848e15984de29013c84.tar.gz
anaconda-5945d5ebc8f4977d94c5e848e15984de29013c84.tar.bz2
anaconda-5945d5ebc8f4977d94c5e848e15984de29013c84.zip
First version of USE flag selection screen
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 8c9bf17..0a5b161 100755
--- a/gui.py
+++ b/gui.py
@@ -83,6 +83,7 @@ stepToClass = {
"mirrorselect": ("mirrorselect_gui", "MirrorselectWindow"),
"mirrorselect-sync": ("mirrorselect-sync_gui", "MirrorselectSyncWindow"),
"profile": ("profile_gui", "ProfileWindow"),
+ "use": ("use_gui", "UseWindow"),
# Configuring the Kernel
"timezone" : ("timezone_gui", "TimezoneWindow"),