2003-02-28  Sven Neumann  <sven@gimp.org>

	* app/core/gimpcontext.c (gimp_context_class_init): oops.
This commit is contained in:
Sven Neumann 2003-02-28 18:20:29 +00:00 committed by Sven Neumann
parent f050987238
commit d1c1a597b9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-02-28 Sven Neumann <sven@gimp.org>
* app/core/gimpcontext.c (gimp_context_class_init): oops.
2003-02-28 Sven Neumann <sven@gimp.org>
* app/config/gimpconfig-deserialize.c

View file

@ -527,7 +527,7 @@ gimp_context_class_init (GimpContextClass *klass)
GIMP_CONFIG_INSTALL_PROP_OBJECT (object_class, GIMP_CONTEXT_PROP_TOOL,
gimp_context_prop_names[GIMP_CONTEXT_PROP_TOOL], NULL,
GIMP_TYPE_TOOL_INFO,
0);
G_PARAM_WRITABLE);
GIMP_CONFIG_INSTALL_PROP_COLOR (object_class, GIMP_CONTEXT_PROP_FOREGROUND,
gimp_context_prop_names[GIMP_CONTEXT_PROP_FOREGROUND],