summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-09-08 20:38:02 +0000
committerErik Troan <ewt@redhat.com>1999-09-08 20:38:02 +0000
commit08fd9399579ad3aef76a76f5b870f5d5c629bace (patch)
treeedea94fdbe30b80cff71dc615c8ee6997d000b17 /iw
parentcc656d9619e0cfb9544edf036e9108e40dbebd8c (diff)
downloadanaconda-08fd9399579ad3aef76a76f5b870f5d5c629bace.tar.gz
anaconda-08fd9399579ad3aef76a76f5b870f5d5c629bace.tar.xz
anaconda-08fd9399579ad3aef76a76f5b870f5d5c629bace.zip
added lang, mouse, and keyboard to kickstart
Diffstat (limited to 'iw')
-rw-r--r--iw/mouse.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/mouse.py b/iw/mouse.py
index 07e009b63..75cd6e921 100644
--- a/iw/mouse.py
+++ b/iw/mouse.py
@@ -90,6 +90,7 @@ class MouseWindow (InstallWindow):
return name
def getNext (self):
+ if not self.__dict__.has_key("availableMice"): return
cur = self.getCurrentKey()
(gpm, xdev, device, emulate) = self.availableMice[cur]
self.todo.mouse.set (cur, self.emulate3.get_active ())