changed default for "interpolation-type" to Cubic (bug #367532).

2006-10-30  Sven Neumann  <sven@gimp.org>

	* app/config/gimpcoreconfig.c: changed default for
	"interpolation-type" to Cubic (bug #367532).
This commit is contained in:
Sven Neumann 2006-10-30 14:16:31 +00:00 committed by Sven Neumann
parent ccc1470365
commit 0abc212e71
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-10-30 Sven Neumann <sven@gimp.org>
* app/config/gimpcoreconfig.c: changed default for
"interpolation-type" to Cubic (bug #367532).
2006-10-30 Sven Neumann <sven@gimp.org>
* app/widgets/gimpsessioninfo.c (gimp_session_info_save):

View file

@ -132,7 +132,7 @@ gimp_core_config_class_init (GimpCoreConfigClass *klass)
"interpolation-type",
INTERPOLATION_TYPE_BLURB,
GIMP_TYPE_INTERPOLATION_TYPE,
GIMP_INTERPOLATION_LINEAR,
GIMP_INTERPOLATION_CUBIC,
GIMP_PARAM_STATIC_STRINGS);
path = gimp_config_build_plug_in_path ("plug-ins");
GIMP_CONFIG_INSTALL_PROP_PATH (object_class, PROP_PLUG_IN_PATH,