From: Stefan Huber Date: Tue, 10 Jun 2008 12:14:21 +0000 (+0200) Subject: removed exit(-1) since no configs are saved then X-Git-Tag: v0.99.0~17 X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=commitdiff_plain;h=d7679b03d875c207a48c8d86fbeb3c8b22e4d351 removed exit(-1) since no configs are saved then --- diff --git a/DbgTerminal.py b/DbgTerminal.py index e9a706f..b9eb0d6 100644 --- a/DbgTerminal.py +++ b/DbgTerminal.py @@ -150,7 +150,6 @@ def quitHandler(*w): gtk.main_quit() except: pass - sys.exit(0)