summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-11-30 16:34:26 -0500
committerChris Lumens <clumens@redhat.com>2009-12-11 17:15:38 -0500
commit9981ff173dbf11e7b33b30bdad2c2ea2dd065a9f (patch)
treeefc763f3ef89876d26eea6f24a1fcc1b307d6573 /gui.py
parent2984bbb90f3be6568cdeb9af1834b56ba245c92f (diff)
downloadanaconda-9981ff173dbf11e7b33b30bdad2c2ea2dd065a9f.tar.gz
anaconda-9981ff173dbf11e7b33b30bdad2c2ea2dd065a9f.tar.xz
anaconda-9981ff173dbf11e7b33b30bdad2c2ea2dd065a9f.zip
Add an interface to select the fancy filtering UI vs. the regular one.
Most Fedora users don't need to see the advanced filtering UI with all its multipath tabs and advanced storage buttons and search interfaces. So, provide an introductory screen that allows skipping all that stuff.
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 89feee026..fc93af4fb 100755
--- a/gui.py
+++ b/gui.py
@@ -63,6 +63,7 @@ stepToClass = {
"language" : ("language_gui", "LanguageWindow"),
"keyboard" : ("kbd_gui", "KeyboardWindow"),
"welcome" : ("welcome_gui", "WelcomeWindow"),
+ "filtertype" : ("filter_type", "FilterTypeWindow"),
"filter" : ("filter_gui", "FilterWindow"),
"zfcpconfig" : ("zfcp_gui", "ZFCPWindow"),
"partition" : ("partition_gui", "PartitionWindow"),