diff options
Diffstat (limited to 'gui.py')
-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: |