summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-26 19:27:50 +0000
committerMatt Wilson <msw@redhat.com>1999-09-26 19:27:50 +0000
commit29c3c9c449c205e5a421b0e32743e97bd03fddda (patch)
tree1706246a7fbc04d58cc757e7c3b3e11431ef0b00 /iw
parent1ad4aad83400a3106d1d30d2b754ad7ed157e51f (diff)
downloadanaconda-29c3c9c449c205e5a421b0e32743e97bd03fddda.tar.gz
anaconda-29c3c9c449c205e5a421b0e32743e97bd03fddda.tar.xz
anaconda-29c3c9c449c205e5a421b0e32743e97bd03fddda.zip
set monitor type before testing config
Diffstat (limited to 'iw')
-rw-r--r--iw/xconfig.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/iw/xconfig.py b/iw/xconfig.py
index 56a9935a4..7ce864723 100644
--- a/iw/xconfig.py
+++ b/iw/xconfig.py
@@ -137,6 +137,11 @@ class XConfigWindow (InstallWindow):
self.todo.x.skip = widget.get_active ()
def testPressed (self, widget, *args):
+ if self.monlist and self.monlist.selection:
+ row = self.monlist.selection[0]
+ setting = self.monlist.get_row_data (row)
+ self.todo.x.setMonitor (setting)
+
try:
self.todo.x.test ()
except RuntimeError: