summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-08-06 19:26:23 +0000
committerMike Fulbright <msf@redhat.com>2002-08-06 19:26:23 +0000
commit1b24dd6494c12ae88de781f287e26a7a9e2debfa (patch)
treef4f71fd006496f25e59b925985b5acd95f1b4964 /textw
parent20e1a836743a96493d66e427b1e18d79749553b5 (diff)
downloadanaconda-1b24dd6494c12ae88de781f287e26a7a9e2debfa.tar.gz
anaconda-1b24dd6494c12ae88de781f287e26a7a9e2debfa.tar.xz
anaconda-1b24dd6494c12ae88de781f287e26a7a9e2debfa.zip
typo that fixes bug 70363 - reversed hsync and vsync
Diffstat (limited to 'textw')
-rw-r--r--textw/xconfig_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/xconfig_text.py b/textw/xconfig_text.py
index 25571fa9c..4796c87ff 100644
--- a/textw/xconfig_text.py
+++ b/textw/xconfig_text.py
@@ -497,8 +497,8 @@ class MonitorWindow:
selMonitor = self.monitor.lookupMonitorByName(selMonitorName)
if selMonitor:
- self.monitor.setSpecs(selMonitor[2],
- selMonitor[3],
+ self.monitor.setSpecs(selMonitor[3],
+ selMonitor[2],
id=selMonitor[0],
name=selMonitor[0])