summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-09-21 22:07:52 +0000
committerpnfisher <pnfisher>1999-09-21 22:07:52 +0000
commit3442148fc4a6373bf23337794df497f658916af6 (patch)
tree1c5c5ea83d87bf4b765ee3557e0167e5a249a3b9 /gui.py
parente7c5c3d858c3f3e66e944cb92ed3da8b57cdeb9c (diff)
downloadanaconda-3442148fc4a6373bf23337794df497f658916af6.tar.gz
anaconda-3442148fc4a6373bf23337794df497f658916af6.tar.xz
anaconda-3442148fc4a6373bf23337794df497f658916af6.zip
Call getPrev, but ignore the return value.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 5920c195a..5547fbbe6 100755
--- a/gui.py
+++ b/gui.py
@@ -257,7 +257,7 @@ class InstallControlWindow (Thread):
self.stateListIndex = pos
def prevClicked (self, *args):
-# prev = self.currentScreen.getPrev ()
+ self.currentScreen.getPrev ()
# if prev:
# instantiated = 0
# for x in self.windowList: