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:
committed by
Sven Neumann
parent
33b5e0aa94
commit
1db2ada311
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user