diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-27 15:45:11 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-27 15:45:11 +0000 |
commit | 080d6af2a128af6bb4f940a9c48ff6d5d16ee446 (patch) | |
tree | 78bd8eee82d1780aff74ffd66b3e1af88f3722d9 | |
parent | 7fb1679581871ed83bac3cbcddcc46aa162dc5c4 (diff) | |
download | anaconda-080d6af2a128af6bb4f940a9c48ff6d5d16ee446.tar.gz anaconda-080d6af2a128af6bb4f940a9c48ff6d5d16ee446.tar.xz anaconda-080d6af2a128af6bb4f940a9c48ff6d5d16ee446.zip |
typo in xf86config test member
-rw-r--r-- | xf86config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py index 0465c9be8..c30efa0bc 100644 --- a/xf86config.py +++ b/xf86config.py @@ -859,7 +859,7 @@ class XF86Config: # intellimouse into IMPS/2 mode (if we did, we'll # loose the mouse cursor in the install) - if len (self.server) >= 7 and self.server[-7:]: + if self.server == "XFree86": config = self.Version4Config else: config = self.Version3Config |