diff --git a/ChangeLog b/ChangeLog index 6b477c068a..70efcd020e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-11 Michael Natterer + + * app/display/gimpstatusbar.c: don't include "core/gimpmarshal.h", + replaced '_' by '-' in property name. + 2005-09-11 Michael Natterer * plug-ins/script-fu/script-fu-interface.c (script_fu_response): diff --git a/app/display/gimpstatusbar.c b/app/display/gimpstatusbar.c index 5445a76bbb..14307b0591 100644 --- a/app/display/gimpstatusbar.c +++ b/app/display/gimpstatusbar.c @@ -28,7 +28,6 @@ #include "core/gimpimage.h" #include "core/gimpunit.h" -#include "core/gimpmarshal.h" #include "core/gimpprogress.h" #include "widgets/gimpuimanager.h" @@ -142,7 +141,7 @@ gimp_statusbar_class_init (GimpStatusbarClass *klass) object_class->destroy = gimp_statusbar_destroy; gtk_widget_class_install_style_property (widget_class, - g_param_spec_enum ("shadow_type", + g_param_spec_enum ("shadow-type", _("Shadow type"), _("Style of bevel around the statusbar text"), GTK_TYPE_SHADOW_TYPE,