diff options
author | pnfisher <pnfisher> | 1999-09-21 22:07:52 +0000 |
---|---|---|
committer | pnfisher <pnfisher> | 1999-09-21 22:07:52 +0000 |
commit | 3442148fc4a6373bf23337794df497f658916af6 (patch) | |
tree | 1c5c5ea83d87bf4b765ee3557e0167e5a249a3b9 | |
parent | e7c5c3d858c3f3e66e944cb92ed3da8b57cdeb9c (diff) | |
download | anaconda-3442148fc4a6373bf23337794df497f658916af6.tar.gz anaconda-3442148fc4a6373bf23337794df497f658916af6.tar.xz anaconda-3442148fc4a6373bf23337794df497f658916af6.zip |
Call getPrev, but ignore the return value.
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |