diff options
author | Mike Fulbright <msf@redhat.com> | 2000-08-08 23:26:30 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-08-08 23:26:30 +0000 |
commit | 8224106a480edbdd2bce69c2d79e4acc5ebb0da2 (patch) | |
tree | 06b0ceff1b54ef6d97370706f8e4305cb1426a9f | |
parent | f4d2d640759650e4b047739e4915e85f2fe91e6b (diff) | |
download | anaconda-8224106a480edbdd2bce69c2d79e4acc5ebb0da2.tar.gz anaconda-8224106a480edbdd2bce69c2d79e4acc5ebb0da2.tar.xz anaconda-8224106a480edbdd2bce69c2d79e4acc5ebb0da2.zip |
fix screwup
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |