mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
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:
parent
33b5e0aa94
commit
1db2ada311
2 changed files with 5 additions and 2 deletions
|
@ -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>
|
2003-10-02 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/script-fu/scripts/carved-logo.scm: unset the image
|
* plug-ins/script-fu/scripts/carved-logo.scm: unset the image
|
||||||
|
|
|
@ -320,12 +320,10 @@ app_exit_after_callback (Gimp *gimp,
|
||||||
g_object_unref (gimp);
|
g_object_unref (gimp);
|
||||||
the_gimp = NULL;
|
the_gimp = NULL;
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* There used to be foo_main_quit() here, but there's a chance
|
/* 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
|
* that foo_main() was never called before we reach this point. --Sven
|
||||||
*/
|
*/
|
||||||
exit (0);
|
exit (0);
|
||||||
#endif
|
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue