summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
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: