summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-19 21:19:04 +0000
committerMatt Wilson <msw@redhat.com>2000-08-19 21:19:04 +0000
commitade964c81fec5afa9260a789cd6808887d52be20 (patch)
tree41b803cd009197b6f62230dce35618ded0abcde4 /gui.py
parent43744e38e9b2e4f0a1ef1f8ad0223dcd864e6c4f (diff)
downloadanaconda-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-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index ab5990476..7939a06ac 100755
--- a/gui.py
+++ b/gui.py
@@ -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 ()