diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-04 00:18:19 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-04 00:18:19 +0000 |
commit | b932e15cc201da60b3b6b5332dd052c7efb040d7 (patch) | |
tree | 2b233f415684679b8aad92d7ed501849f2923dce /text.py | |
parent | b05d1921471864168e38ad10d63bb321cb4f5b44 (diff) | |
download | anaconda-b932e15cc201da60b3b6b5332dd052c7efb040d7.tar.gz anaconda-b932e15cc201da60b3b6b5332dd052c7efb040d7.tar.xz anaconda-b932e15cc201da60b3b6b5332dd052c7efb040d7.zip |
no monitor probe for text
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1136,7 +1136,7 @@ class LiloImagesWindow: class XConfigWindow: def __call__(self, screen, todo): - todo.x.probe () + todo.x.probe (probeMonitor = 0) if todo.x.server: rc = ButtonChoiceWindow (screen, _("X probe results"), |