summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-14 00:06:01 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-14 00:06:01 +0000
commit26b07e69e3f7945db8453f1036388116920abce8 (patch)
tree532f1bd67531bc9ad87a45770df11bde726fc046 /textw
parent9fe43af958c32aeaeb971ea247a122152225ccc4 (diff)
downloadanaconda-26b07e69e3f7945db8453f1036388116920abce8.tar.gz
anaconda-26b07e69e3f7945db8453f1036388116920abce8.tar.xz
anaconda-26b07e69e3f7945db8453f1036388116920abce8.zip
fix a traceback if you select to go back to the default monitor
Diffstat (limited to 'textw')
-rw-r--r--textw/xconfig_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/xconfig_text.py b/textw/xconfig_text.py
index 0f1491317..b629c4824 100644
--- a/textw/xconfig_text.py
+++ b/textw/xconfig_text.py
@@ -346,7 +346,7 @@ class MonitorWindow:
def resetCB(self, screen):
self.hsync = self.origHsync
self.vsync = self.origVsync
- self.currentMonitor = self.origMonitor
+ self.currentMonitor = self.origMonitorName
def __call__(self, screen, xconfig, monitor):