app: rename GimpImageMapConfig to GimpSettings

It was misnamed from the beginning and has no relation to GimpImageMap
except that it happens to be used by GimpImageMapTools. Now it feels
less weird to potentially use it for other settings too.
This commit is contained in:
Michael Natterer
2013-05-25 15:26:18 +02:00
parent 51181648f7
commit 9072bf331a
28 changed files with 73 additions and 299 deletions

View File

@ -80,7 +80,7 @@ static void gimp_curves_config_curve_dirty (GimpCurve *curve,
G_DEFINE_TYPE_WITH_CODE (GimpCurvesConfig, gimp_curves_config,
GIMP_TYPE_IMAGE_MAP_CONFIG,
GIMP_TYPE_SETTINGS,
G_IMPLEMENT_INTERFACE (GIMP_TYPE_CONFIG,
gimp_curves_config_iface_init))