summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-19 17:28:34 +0000
committerMatt Wilson <msw@redhat.com>2000-06-19 17:28:34 +0000
commit25cb3c1608e2521196048f77f0da75959c16f881 (patch)
tree05fc734bccba0670a6b161d6cb16b9ea207ce4b8 /text.py
parentfb1c2e43ee172fab6f6333e2fd73bc080e33d738 (diff)
downloadanaconda-25cb3c1608e2521196048f77f0da75959c16f881.tar.gz
anaconda-25cb3c1608e2521196048f77f0da75959c16f881.tar.xz
anaconda-25cb3c1608e2521196048f77f0da75959c16f881.zip
set server properly
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 023c5a4f4..9072c8341 100644
--- a/text.py
+++ b/text.py
@@ -410,7 +410,7 @@ class XConfigWindow:
rc = INSTALL_BACK
else:
rc = INSTALL_OK
- server = servers[choice]
+ server = "XF86_" + servers[choice]
else:
todo._cardindex = choice
rc = INSTALL_OK