*** empty log message ***

This commit is contained in:
Marc Lehmann 1999-07-06 23:38:10 +00:00
parent 3fcea79688
commit 7e9353a788
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Jul 6 22:26:24 CEST 1999 Marc Lehmann <pcg@goof.com>
* libgimp/gimpparasite.c: fixed gimp_detach_parasite.
Tue Jul 6 22:16:07 BST 1999 Andy Thomas <alt@gimp.org>
* ./app/layer.c.orig
@ -142,6 +146,7 @@ Sat Jul 3 16:04:16 PDT 1999 Manish Singh <yosh@gimp.org>
* plug-ins/gfig/gfig.c
* plug-ins/script-fu/script-fu-scripts.c: Include <glib.h> early.
>>>>>>> 1.1251
1999-07-02 Michael Natterer <mitschel@cs.tu-berlin.de>
* app/dodgeburn.c: changed the tool toggle key to <Ctrl>.

View File

@ -61,7 +61,7 @@ gimp_detach_parasite (const char *name)
GParam *return_vals;
int nreturn_vals;
return_vals = gimp_run_procedure ("gimp_image_detach_parasite",
return_vals = gimp_run_procedure ("gimp_detach_parasite",
&nreturn_vals,
PARAM_STRING, name,
PARAM_END);