summaryrefslogtreecommitdiffstats
path: root/iw/iw_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/iw_gui.py')
-rw-r--r--iw/iw_gui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/iw/iw_gui.py b/iw/iw_gui.py
index e66bb3d3f..f63820cca 100644
--- a/iw/iw_gui.py
+++ b/iw/iw_gui.py
@@ -7,8 +7,6 @@ class InstallWindow:
def __init__ (self,ics):
self.ics = ics
- ics.setNextEnabled (1)
- ics.setPrevEnabled (1)
if self.htmlTag:
ics.readHTML (self.htmlTag)