summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-11-12 16:46:50 +0000
committerMike Fulbright <msf@redhat.com>2002-11-12 16:46:50 +0000
commit90c4a40303e44eb88abbec4cc3e5e31a1f7553ba (patch)
tree1cad135ddd69158a7bbb277865d36e1943ec58d8 /exception.py
parentd34f57d688c017cf31d5d1700d804c1d43ed6d29 (diff)
downloadanaconda-90c4a40303e44eb88abbec4cc3e5e31a1f7553ba.tar.gz
anaconda-90c4a40303e44eb88abbec4cc3e5e31a1f7553ba.tar.xz
anaconda-90c4a40303e44eb88abbec4cc3e5e31a1f7553ba.zip
changes to work with new xsetup object
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py6
1 files changed, 3 insertions, 3 deletions
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