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:

committed by
Michael Natterer

parent
3fb0096e62
commit
e0a86bdf05
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user