removed exit(-1) since no configs are saved then
authorStefan Huber <shuber2@gmail.com>
Tue, 10 Jun 2008 12:14:21 +0000 (14:14 +0200)
committerStefan Huber <shuber2@gmail.com>
Tue, 10 Jun 2008 12:14:21 +0000 (14:14 +0200)
DbgTerminal.py

index e9a706fffcdb793ba81e7d3d027ef48d010d1c39..b9eb0d6ea3efc4b8a04ca5b698a5128bafaf5546 100644 (file)
@@ -150,7 +150,6 @@ def quitHandler(*w):
                gtk.main_quit()
        except:
                pass
-       sys.exit(0)