From 00679f23c36200a9f10ec9118141c8a7d7e164c9 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 9 Jul 2001 22:21:57 +0000 Subject: close the window, remove debugging --- gui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gui.py') diff --git a/gui.py b/gui.py index 1a02914e4..adf3da871 100755 --- a/gui.py +++ b/gui.py @@ -112,8 +112,7 @@ def partedExceptionWindow(exc): buttonToAction[numButtons] = flag numButtons = numButtons + 1 win.show_all() - rc = win.run() - print rc, buttonToAction + rc = win.run_and_close() return buttonToAction[rc] class WaitWindow: -- cgit