on quitting don't kill gtk main process

This commit is contained in:
c-holtermann 2019-04-19 11:20:39 +02:00
parent e2fd241836
commit ecab7968e2

View File

@ -434,7 +434,7 @@ class Console (Gtk.ScrolledWindow):
def quit(self):
""" Quit console """
Gtk.main_quit()
# Gtk.main_quit()
self.history_save()
try:
os.close (self.piperead)