diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-18 21:10:01 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-18 21:10:01 +0000 |
commit | 8ecccf395d42fc6dfe9dc41394907c1298733850 (patch) | |
tree | 873df7686e7cd09e104cf5678c0b690fac705e4f /gui.py | |
parent | 7a263d0a76cf61be8685f5da2b5677d99cab4055 (diff) | |
download | anaconda-8ecccf395d42fc6dfe9dc41394907c1298733850.tar.gz anaconda-8ecccf395d42fc6dfe9dc41394907c1298733850.tar.xz anaconda-8ecccf395d42fc6dfe9dc41394907c1298733850.zip |
handle all signals from the ok dialog
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |