summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-04 17:50:08 +0000
committerMatt Wilson <msw@redhat.com>2000-02-04 17:50:08 +0000
commitde33f16d257be820edcb6212bd4170979db3abcb (patch)
treea8cc429f9d8de9a45824676cd6324bbdeeb25145 /iw
parent26e3b9ebc15b1134c55cfb85743fe981a5de3ef3 (diff)
downloadanaconda-de33f16d257be820edcb6212bd4170979db3abcb.tar.gz
anaconda-de33f16d257be820edcb6212bd4170979db3abcb.tar.xz
anaconda-de33f16d257be820edcb6212bd4170979db3abcb.zip
restore state of emulate3, remove debugging
Diffstat (limited to 'iw')
-rw-r--r--iw/mouse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/mouse.py b/iw/mouse.py
index 4223bea0f..233b0ca24 100644
--- a/iw/mouse.py
+++ b/iw/mouse.py
@@ -103,13 +103,11 @@ class MouseWindow (InstallWindow):
(gpm, xdev, device, emulate) = self.availableMice[cur]
self.emulate3.set_active (emulate)
if device == "ttyS":
- print "device is", self.serialDevice
if (self.serialDevice):
self.locList.select_row(int(self.serialDevice[4]), 1)
self.ics.setNextEnabled (TRUE)
else:
self.locList.unselect_all()
- print "disabling next"
self.ics.setNextEnabled (FALSE)
self.locList.set_sensitive (TRUE)
@@ -188,6 +186,8 @@ class MouseWindow (InstallWindow):
if not found:
self.selectMouse (nodes, splitv)
+ self.emulate3.set_active (emulate3)
+
align = GtkAlignment ()
align.add (self.emulate3)
align.set_border_width (5)