summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-18 21:10:01 +0000
committerMatt Wilson <msw@redhat.com>2000-08-18 21:10:01 +0000
commit8ecccf395d42fc6dfe9dc41394907c1298733850 (patch)
tree873df7686e7cd09e104cf5678c0b690fac705e4f /gui.py
parent7a263d0a76cf61be8685f5da2b5677d99cab4055 (diff)
downloadanaconda-8ecccf395d42fc6dfe9dc41394907c1298733850.tar.gz
anaconda-8ecccf395d42fc6dfe9dc41394907c1298733850.tar.xz
anaconda-8ecccf395d42fc6dfe9dc41394907c1298733850.zip
handle all signals from the ok dialog
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index c8b151955..ab5990476 100755
--- a/gui.py
+++ b/gui.py
@@ -207,6 +207,7 @@ class MessageWindow:
if type == "ok":
self.window = GnomeOkDialog (_(text))
self.window.connect ("clicked", self.quit)
+ self.window.connect ("close", self.quit)
if type == "okcancel":
self.window = GnomeOkCancelDialog (_(text), self.okcancelquit)
# this is the pixmap + the label