fixed a comment.

2003-02-01  Michael Natterer  <mitch@gimp.org>

	* libgimpmodule/gimpmodule.c: fixed a comment.
This commit is contained in:
Michael Natterer 2003-02-01 09:56:31 +00:00 committed by Michael Natterer
parent 3c965748ac
commit 16040ddad7
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-02-01 Michael Natterer <mitch@gimp.org>
* libgimpmodule/gimpmodule.c: fixed a comment.
2003-01-31 Manish Singh <yosh@gimp.org>
* app/text/gimptextlayer.c: #include <string.h>

View File

@ -389,9 +389,6 @@ gimp_module_set_load_inhibit (GimpModule *module,
}
}
/* private functions */
/**
* gimp_module_state_name:
* @state: A #GimpModuleState.
@ -418,6 +415,9 @@ gimp_module_state_name (GimpModuleState state)
return gettext (statenames[state]);
}
/* private functions */
static gboolean
gimp_module_open (GimpModule *module)
{