summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/iw_gui.py2
-rw-r--r--iw/language_gui.py1
2 files changed, 0 insertions, 3 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)
diff --git a/iw/language_gui.py b/iw/language_gui.py
index 8be5e1912..f0612976b 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -9,7 +9,6 @@ class LanguageWindow (InstallWindow):
def __init__ (self, ics):
InstallWindow.__init__ (self, ics)
- ics.setPrevEnabled(FALSE)
def getNext (self):
self.instLang.setRuntimeLanguage(self.lang)