From 5945d5ebc8f4977d94c5e848e15984de29013c84 Mon Sep 17 00:00:00 2001 From: wiktor w brodlo Date: Mon, 4 Jul 2011 12:33:50 +0000 Subject: First version of USE flag selection screen --- gui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gui.py') 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"), -- cgit v1.2.3-65-gdbad