summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-08-08 23:26:30 +0000
committerMike Fulbright <msf@redhat.com>2000-08-08 23:26:30 +0000
commit8224106a480edbdd2bce69c2d79e4acc5ebb0da2 (patch)
tree06b0ceff1b54ef6d97370706f8e4305cb1426a9f
parentf4d2d640759650e4b047739e4915e85f2fe91e6b (diff)
downloadanaconda-8224106a480edbdd2bce69c2d79e4acc5ebb0da2.tar.gz
anaconda-8224106a480edbdd2bce69c2d79e4acc5ebb0da2.tar.xz
anaconda-8224106a480edbdd2bce69c2d79e4acc5ebb0da2.zip
fix screwup
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index cb329ba74..27943a5f2 100644
--- a/text.py
+++ b/text.py
@@ -472,7 +472,7 @@ class XconfiguratorWindow:
args = args + [ '--noddcprobe' ]
screen.suspend ()
- iutil.execWithRedirect ("/usr/X11R6/bin/Xconfigurator", args
+ iutil.execWithRedirect ("/usr/X11R6/bin/Xconfigurator", args,
root = todo.instPath)
screen.resume ()
todo.x.skip = 1