stop closing shell window from closing gnucash

This commit is contained in:
c-holtermann 2019-04-19 11:14:47 +02:00
parent e3e11afcb5
commit e2fd241836

View File

@ -94,8 +94,8 @@ if False:
window.set_border_width(0)
# Hm. Gtk.main_quit will kill gnucash without closing the file
# properly. That's kinda bad.
window.connect('destroy-event', Gtk.main_quit)
window.connect('delete-event', Gtk.main_quit)
# window.connect('destroy-event', Gtk.main_quit)
# window.connect('delete-event', Gtk.main_quit)
window.add (console)
window.show_all()
console.grab_focus()