diff options
author | Erik Troan <ewt@redhat.com> | 1999-09-08 20:38:02 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-09-08 20:38:02 +0000 |
commit | 08fd9399579ad3aef76a76f5b870f5d5c629bace (patch) | |
tree | edea94fdbe30b80cff71dc615c8ee6997d000b17 /iw | |
parent | cc656d9619e0cfb9544edf036e9108e40dbebd8c (diff) | |
download | anaconda-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.py | 1 |
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 ()) |