summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-03-17 01:05:19 +0000
committerMike Fulbright <msf@redhat.com>2001-03-17 01:05:19 +0000
commit5a969094b55d63b6eb4c0d689551b7d026da8f54 (patch)
tree22c48d7beba0ad200b00a6829dd5c6b7a1849875 /gui.py
parent74c017f6349fe9974eadd5eebc74359a1006d514 (diff)
downloadanaconda-5a969094b55d63b6eb4c0d689551b7d026da8f54.tar.gz
anaconda-5a969094b55d63b6eb4c0d689551b7d026da8f54.tar.xz
anaconda-5a969094b55d63b6eb4c0d689551b7d026da8f54.zip
Fixed screens so in GUI you cannot go back too far once you start down the upgrade path. I've tested this extensively and this could probably be done better, but at least it works.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 117b65a9e..c6a6f98cc 100755
--- a/gui.py
+++ b/gui.py
@@ -15,6 +15,8 @@ from GDK import *
import time
import glob
+from log import log
+
StayOnScreen = "stayOnScreen"
im = None
@@ -595,6 +597,7 @@ class InstallControlWindow:
# entirely, we continue advancing in direction given
if (self.stateTagByWindow.has_key(screen)
and self.todo.instClass.skipStep(self.stateTagByWindow[screen])):
+ log("skipping step screen %s", screen)
direction ()
return