fixing a typo fixes ENABLE_MP.

2001-05-25  Michael Natterer  <mitch@gimp.org>

	* app/base/pixel-processor.c: fixing a typo fixes ENABLE_MP.

	* app/core/gimpdrawable-histogram.c
	* app/core/gimpimage-colorhash.c
	* app/core/gimptoolinfo.c: fixed some #includes.

	* libgimpwidgets/gimpfileselection.[ch]
	* libgimpwidgets/gimpwidgetstypes.h: moved the opaque typedef to
	gimpwidgetstypes.h

	* po/POTFILES.in: reflect app/'s state again.
This commit is contained in:
Michael Natterer
2001-05-25 21:17:07 +00:00
committed by Michael Natterer
parent ced2d1481b
commit d13682842c
11 changed files with 39 additions and 20 deletions

View File

@ -36,7 +36,7 @@ extern "C" {
#define GIMP_IS_FILE_SELECTION(obj) (GTK_CHECK_TYPE (obj, GIMP_TYPE_FILE_SELECTION))
#define GIMP_IS_FILE_SELECTION_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_FILE_SELECTION))
typedef struct _GimpFileSelection GimpFileSelection;
typedef struct _GimpFileSelectionClass GimpFileSelectionClass;
struct _GimpFileSelection