diff --git a/ChangeLog b/ChangeLog index 8e8b3f762a..7ca5d0a92c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-30 Sven Neumann + + * app/widgets/gimppropwidgets.c (gimp_prop_color_button_new): + removed obsolete parameter from gtk-doc comment. + 2006-11-30 Michael Natterer * libgimp/gimp.def diff --git a/app/widgets/gimppropwidgets.c b/app/widgets/gimppropwidgets.c index 0f03e359f6..06b43a795e 100644 --- a/app/widgets/gimppropwidgets.c +++ b/app/widgets/gimppropwidgets.c @@ -230,7 +230,6 @@ static void gimp_prop_color_button_notify (GObject *config, * gimp_prop_color_button_new: * @config: #GimpConfig object to which property is attached. * @property_name: Name of #GimpRGB property. - * @context: #GimpContext to take the color management config from * @title: Title of the #GimpColorPanel that is to be created * @width: Width of color button. * @height: Height of color button.