fixed comment.

2007-01-16  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/gimpplugin-message.c (gimp_plug_in_handle_proc_run):
	fixed comment.


svn path=/trunk/; revision=21721
This commit is contained in:
Michael Natterer
2007-01-15 23:01:55 +00:00
committed by Michael Natterer
parent 3fb0096e62
commit e0a86bdf05
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-01-16 Michael Natterer <mitch@gimp.org>
* app/plug-in/gimpplugin-message.c (gimp_plug_in_handle_proc_run):
fixed comment.
2007-01-15 Michael Natterer <mitch@gimp.org>
* app/base/pixel-region.c (pixel_region_set,get_row): add support

View File

@ -436,8 +436,8 @@ gimp_plug_in_handle_proc_run (GimpPlugIn *plug_in,
g_value_array_free (args);
g_free (canonical);
/* Don't bother to send with the return value if executing the
* procedure closed the plug-in (e.g. if the procedure is gimp-quit)
/* Don't bother to send the return value if executing the procedure
* closed the plug-in (e.g. if the procedure is gimp-quit)
*/
if (plug_in->open)
{