[PATCH 1/2] Add mainExceptionWindow and saveExceptionWindow methods to the interfaces

Chris Lumens clumens at redhat.com
Thu Aug 2 18:18:07 UTC 2012


> > How does the mainExceptionWindow method on anaconda's
> > GraphicalUserInterface end up getting called?
> We pass anaconda.intf to the AnacondaExceptionHandler (at the end of
> pyanaconda/exception.py), so that exception handling does not have to
> determine whether we are using graphical or text interface. Moreover we
> use showErrorMsg method in case of HW error.

Oh right, I remember this now.

I give it a cautious ACK, only because I want to keep the number of
dialogs on the UserInterface classes down to a minimum.  So hopefully we
won't need to add too many more.

- Chris


More information about the anaconda-patches mailing list