summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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