diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-19 21:19:04 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-19 21:19:04 +0000 |
commit | ade964c81fec5afa9260a789cd6808887d52be20 (patch) | |
tree | 41b803cd009197b6f62230dce35618ded0abcde4 /gui.py | |
parent | 43744e38e9b2e4f0a1ef1f8ad0223dcd864e6c4f (diff) | |
download | anaconda-ade964c81fec5afa9260a789cd6808887d52be20.tar.gz anaconda-ade964c81fec5afa9260a789cd6808887d52be20.tar.xz anaconda-ade964c81fec5afa9260a789cd6808887d52be20.zip |
don't barf on different types of signals
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ class ExceptionWindow: return 0 class MessageWindow: - def quit (self, dialog, button): + def quit (self, dialog, button=None): self.rc = button if self.mutex: self.mutex.set () |