diff options
author | Chris Lumens <clumens@redhat.com> | 2005-10-18 17:34:49 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-10-18 17:34:49 +0000 |
commit | 608513bbcb45fd589a8cc43da67fefaa86ff639f (patch) | |
tree | 0f70f8a29be2a21df94abca202ca80813ad7756b /ChangeLog | |
parent | 0e4497f52420809cb7f5fd767926c5c0aed3cbd0 (diff) | |
download | anaconda-608513bbcb45fd589a8cc43da67fefaa86ff639f.tar.gz anaconda-608513bbcb45fd589a8cc43da67fefaa86ff639f.tar.xz anaconda-608513bbcb45fd589a8cc43da67fefaa86ff639f.zip |
Break exception copying code out into its own functions so the exception
window can run in a loop, therefore making the Cancel buttons more useful
than rebooting the machine.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-10-18 Chris Lumens <clumens@redhat.com> + + * exception.py (copyExceptionToRemote, copyExceptionToFloppy, + handleException): Break exception copying stuff out into its own + functions so it's easier for handleException to run in a loop, + therefore making the Cancel buttons do something other than reboot. + * gui.py (ScpWindow): Don't pop the busy cursor. + (ExceptionWindow.run): Add run method. + (InstallInterface.exceptionWindow): Return the ExceptionWindow + instance. + 2005-10-18 Paul Nasrat <pnasrat@redhat.com> * upgrade.py: blacklist system-config-mouse |