[newui] Two fixes for the newui exception handling

Vratislav Podzimek vpodzime at redhat.com
Tue Jul 31 14:41:29 UTC 2012


PATCH 1/2 adds two methods needed by python-meh to user interfaces. We had such
method in the old UI and the other way to do that would be some getattr hack,
which I'd like to avoid.

PATCH 2/2 removes the (not needed?) line causing traceback.

Vratislav Podzimek (2):
  Add mainExceptionWindow and saveExceptionWindow methods to the
    interfaces
  Do not run __del__() on anaconda interface in runDebug

 pyanaconda/exception.py       |    2 --
 pyanaconda/ui/__init__.py     |   12 ++++++++++++
 pyanaconda/ui/gui/__init__.py |   11 +++++++++++
 3 files changed, 23 insertions(+), 2 deletions(-)

-- 
1.7.10.4



More information about the anaconda-patches mailing list