summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-11-12 16:45:04 +0000
committerMike Fulbright <msf@redhat.com>2002-11-12 16:45:04 +0000
commitd34f57d688c017cf31d5d1700d804c1d43ed6d29 (patch)
tree11b3b654c3cdd2b4f64540bebff4c9db34a2e5b1
parentec1572487d4fca3ca630867c1bcb1f816f3023bf (diff)
downloadanaconda-d34f57d688c017cf31d5d1700d804c1d43ed6d29.tar.gz
anaconda-d34f57d688c017cf31d5d1700d804c1d43ed6d29.tar.xz
anaconda-d34f57d688c017cf31d5d1700d804c1d43ed6d29.zip
changes to work with new xsetup object
-rw-r--r--exception.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/exception.py b/exception.py
index a5ccf6eb2..cc6d4ff56 100644
--- a/exception.py
+++ b/exception.py
@@ -125,9 +125,9 @@ def dumpException(out, text, tb, dispatch):
# dispatch.dispatch = None
try:
- if dispatch.id.xconfig and dispatch.id.xconfig.monitor:
- dispatch.id.xconfig.monitor.monlist = None
- dispatch.id.xconfig.monitor.monids = None
+ if dispatch.id.xsetup and dispatch.id.xsetup.monitor:
+ dispatch.id.xsetup.monitor.monlist = None
+ dispatch.id.xsetup.monitor.monids = None
dispatch.id.langSupport.langNicks = None
dispatch.id.langSupport.langList = None
dispatch.id.langSupport.allSupportedLangs = None