summaryrefslogtreecommitdiffstats
path: root/iw/xconfig.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-30 19:02:33 +0000
committerMatt Wilson <msw@redhat.com>1999-09-30 19:02:33 +0000
commit3d95a07c03ca153fc2a65373537ecd0e5a48ed97 (patch)
treeac58de0603a1c9da2a463493a48adecd496f4047 /iw/xconfig.py
parent958f048f5e3e54be6f28b5e84607b6eb361356e9 (diff)
downloadanaconda-3d95a07c03ca153fc2a65373537ecd0e5a48ed97.tar.gz
anaconda-3d95a07c03ca153fc2a65373537ecd0e5a48ed97.tar.xz
anaconda-3d95a07c03ca153fc2a65373537ecd0e5a48ed97.zip
fix for non sparc
Diffstat (limited to 'iw/xconfig.py')
-rw-r--r--iw/xconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/xconfig.py b/iw/xconfig.py
index ec04c540d..ac80232d0 100644
--- a/iw/xconfig.py
+++ b/iw/xconfig.py
@@ -107,6 +107,8 @@ class XConfigWindow (InstallWindow):
self.sunServer = 0
if self.todo.x.server and len (self.todo.x.server) >= 3 and self.todo.x.server[0:3] == 'Sun':
self.sunServer = 1
+ else:
+ self.sunServer = 0
ics.setTitle (_("X Configuration"))
ics.readHTML ("xconf")