From c7afb9fb57dd3db0bd34c75a635a8aa11e5212ba Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sat, 14 Dec 2002 19:11:22 +0000 Subject: [PATCH] fixed a comment. 2002-12-14 Michael Natterer * app/plug-in/plug-ins.c (plug_ins_proc_def_add): fixed a comment. --- ChangeLog | 4 ++++ app/plug-in/gimppluginmanager.c | 2 +- app/plug-in/plug-ins.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c70233adc..1bfa108e10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-12-14 Michael Natterer + + * app/plug-in/plug-ins.c (plug_ins_proc_def_add): fixed a comment. + 2002-12-14 Manish Singh * app/config/gimpconfig-params.c (gimp_param_memsize_get_type): diff --git a/app/plug-in/gimppluginmanager.c b/app/plug-in/gimppluginmanager.c index 9a758260ec..ab97e70527 100644 --- a/app/plug-in/gimppluginmanager.c +++ b/app/plug-in/gimppluginmanager.c @@ -778,7 +778,7 @@ plug_ins_proc_def_add (PlugInProcDef *proc_def, /* Register the procedural database entry */ procedural_db_register (gimp, &proc_def->db_info); - /* Remove the defintion from the global list */ + /* Add the defintion to the global list */ proc_defs = g_slist_append (proc_defs, proc_def); } diff --git a/app/plug-in/plug-ins.c b/app/plug-in/plug-ins.c index 9a758260ec..ab97e70527 100644 --- a/app/plug-in/plug-ins.c +++ b/app/plug-in/plug-ins.c @@ -778,7 +778,7 @@ plug_ins_proc_def_add (PlugInProcDef *proc_def, /* Register the procedural database entry */ procedural_db_register (gimp, &proc_def->db_info); - /* Remove the defintion from the global list */ + /* Add the defintion to the global list */ proc_defs = g_slist_append (proc_defs, proc_def); }