don't include "core/gimpmarshal.h", replaced '_' by '-' in property name.

2005-09-11  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpstatusbar.c: don't include "core/gimpmarshal.h",
	replaced '_' by '-' in property name.
This commit is contained in:
Michael Natterer 2005-09-11 12:21:45 +00:00 committed by Michael Natterer
parent 099417e2f6
commit c440ddaf32
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-09-11 Michael Natterer <mitch@gimp.org>
* app/display/gimpstatusbar.c: don't include "core/gimpmarshal.h",
replaced '_' by '-' in property name.
2005-09-11 Michael Natterer <mitch@gimp.org> 2005-09-11 Michael Natterer <mitch@gimp.org>
* plug-ins/script-fu/script-fu-interface.c (script_fu_response): * plug-ins/script-fu/script-fu-interface.c (script_fu_response):

View File

@ -28,7 +28,6 @@
#include "core/gimpimage.h" #include "core/gimpimage.h"
#include "core/gimpunit.h" #include "core/gimpunit.h"
#include "core/gimpmarshal.h"
#include "core/gimpprogress.h" #include "core/gimpprogress.h"
#include "widgets/gimpuimanager.h" #include "widgets/gimpuimanager.h"
@ -142,7 +141,7 @@ gimp_statusbar_class_init (GimpStatusbarClass *klass)
object_class->destroy = gimp_statusbar_destroy; object_class->destroy = gimp_statusbar_destroy;
gtk_widget_class_install_style_property (widget_class, gtk_widget_class_install_style_property (widget_class,
g_param_spec_enum ("shadow_type", g_param_spec_enum ("shadow-type",
_("Shadow type"), _("Shadow type"),
_("Style of bevel around the statusbar text"), _("Style of bevel around the statusbar text"),
GTK_TYPE_SHADOW_TYPE, GTK_TYPE_SHADOW_TYPE,