use G_STRFUNC in another error message that I missed earlier.
2008-08-14 Sven Neumann <sven@gimp.org> * app/plug-in/gimpplugin-message.c (gimp_plug_in_handle_proc_run): use G_STRFUNC in another error message that I missed earlier. svn path=/trunk/; revision=26570
This commit is contained in:

committed by
Sven Neumann

parent
2a3f768c79
commit
ada401fe48
@ -1,3 +1,8 @@
|
|||||||
|
2008-08-14 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/plug-in/gimpplugin-message.c (gimp_plug_in_handle_proc_run):
|
||||||
|
use G_STRFUNC in another error message that I missed earlier.
|
||||||
|
|
||||||
2008-08-14 Michael Natterer <mitch@gimp.org>
|
2008-08-14 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* plug-ins/help-browser/dialog.c (search_entry_key_press): search
|
* plug-ins/help-browser/dialog.c (search_entry_key_press): search
|
||||||
|
@ -530,7 +530,7 @@ gimp_plug_in_handle_proc_run (GimpPlugIn *plug_in,
|
|||||||
if (! gp_proc_return_write (plug_in->my_write, &proc_return, plug_in))
|
if (! gp_proc_return_write (plug_in->my_write, &proc_return, plug_in))
|
||||||
{
|
{
|
||||||
gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
|
gimp_message (plug_in->manager->gimp, NULL, GIMP_MESSAGE_ERROR,
|
||||||
"plug_in_handle_proc_run: ERROR");
|
"%s: ERROR", G_STRFUNC);
|
||||||
gimp_plug_in_close (plug_in, TRUE);
|
gimp_plug_in_close (plug_in, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user