Don't forget to quit after the 'save on exit' question.

svn: r519
This commit is contained in:
David Hampton 2001-10-30 03:28:09 +00:00
parent 53420a8626
commit 3a5db79a1d

View File

@ -199,8 +199,7 @@ def save_query(value):
"""Catch the reponse to the save on exit question"""
if value == 0:
on_save_activate_quit()
else:
mainquit(gtop)
mainquit(gtop)
#-------------------------------------------------------------------------
#