From 90c4a40303e44eb88abbec4cc3e5e31a1f7553ba Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 12 Nov 2002 16:46:50 +0000 Subject: changes to work with new xsetup object --- exception.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exception.py') diff --git a/exception.py b/exception.py index cc6d4ff56..402556957 100644 --- a/exception.py +++ b/exception.py @@ -125,9 +125,9 @@ def dumpException(out, text, tb, dispatch): # dispatch.dispatch = None try: - if dispatch.id.xsetup and dispatch.id.xsetup.monitor: - dispatch.id.xsetup.monitor.monlist = None - dispatch.id.xsetup.monitor.monids = None + if dispatch.id.xsetup and dispatch.id.xsetup.xhwstate and dispatch.id.xsetup.xhwstate.monitor: + dispatch.id.xsetup.xhwstate.monitor.monlist = None + dispatch.id.xsetup.xhwstate.monitor.monids = None dispatch.id.langSupport.langNicks = None dispatch.id.langSupport.langList = None dispatch.id.langSupport.allSupportedLangs = None -- cgit