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:
Sven Neumann
2008-08-14 21:57:39 +00:00
committed by Sven Neumann
parent 2a3f768c79
commit ada401fe48
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* plug-ins/help-browser/dialog.c (search_entry_key_press): search

View File

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