diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-23 23:11:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-23 23:11:50 +0000 |
commit | e6854befee404e8b99e5f9841ce79df398870e54 (patch) | |
tree | 7738943bf1b3d246a5465ed7a8b776079a15cc25 | |
parent | b4fdba468edc5b84f66c4cf8219fa4a97d8a0127 (diff) | |
download | anaconda-e6854befee404e8b99e5f9841ce79df398870e54.tar.gz anaconda-e6854befee404e8b99e5f9841ce79df398870e54.tar.xz anaconda-e6854befee404e8b99e5f9841ce79df398870e54.zip |
more isa breakage
-rw-r--r-- | iw/xconfig_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py index a79d79d57..3de691ee9 100644 --- a/iw/xconfig_gui.py +++ b/iw/xconfig_gui.py @@ -446,7 +446,7 @@ class XConfigWindow (InstallWindow): # need it since they are fixed resolution self.cantprobe = 0 - if not self.sunServer and self.todo.x.vidCards != []: + if not self.sunServer and self.todo.x.vidCards: if self.todo.x.vidCards[self.todo.x.primary].has_key("DRIVER"): curdriver = self.todo.x.vidCards[self.todo.x.primary]["DRIVER"] noprobedriverList = ("i810", "tdfx") |