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 39f1b0893e
commit 06600c41c7

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)
#-------------------------------------------------------------------------
#