From 1db2ada311810809121d8e93c48de87b18af4f0b Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 2 Oct 2003 16:38:23 +0000 Subject: [PATCH] enabled the call to exit() again. 2003-10-02 Sven Neumann * app/app_procs.c (app_exit_after_callback): enabled the call to exit() again. --- ChangeLog | 5 +++++ app/app_procs.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51bab21263..cc8b75227a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-02 Sven Neumann + + * app/app_procs.c (app_exit_after_callback): enabled the call to + exit() again. + 2003-10-02 Sven Neumann * plug-ins/script-fu/scripts/carved-logo.scm: unset the image diff --git a/app/app_procs.c b/app/app_procs.c index 1c992d438d..3647cd4a60 100644 --- a/app/app_procs.c +++ b/app/app_procs.c @@ -320,12 +320,10 @@ app_exit_after_callback (Gimp *gimp, g_object_unref (gimp); the_gimp = NULL; -#if 0 /* There used to be foo_main_quit() here, but there's a chance * that foo_main() was never called before we reach this point. --Sven */ exit (0); -#endif return FALSE; }