diff options
Diffstat (limited to 'textw')
-rw-r--r-- | textw/xconfig_text.py | 2 |
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): |