From 3a5db79a1d34f67c13058e1bd102e53b561264c1 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Tue, 30 Oct 2001 03:28:09 +0000 Subject: [PATCH] Don't forget to quit after the 'save on exit' question. svn: r519 --- gramps/src/gramps_main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gramps/src/gramps_main.py b/gramps/src/gramps_main.py index 7f79abcda..f782c825a 100755 --- a/gramps/src/gramps_main.py +++ b/gramps/src/gramps_main.py @@ -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) #------------------------------------------------------------------------- #