enabled the call to exit() again.

2003-10-02  Sven Neumann  <sven@gimp.org>

	* app/app_procs.c (app_exit_after_callback): enabled the call to
	exit() again.
This commit is contained in:
Sven Neumann 2003-10-02 16:38:23 +00:00 committed by Sven Neumann
parent 33b5e0aa94
commit 1db2ada311
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-10-02 Sven Neumann <sven@gimp.org>
* app/app_procs.c (app_exit_after_callback): enabled the call to
exit() again.
2003-10-02 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/carved-logo.scm: unset the image

View file

@ -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;
}