app: set GIMP_CONFIG_PARAM_IGNORE on "confirm-on-close"

This commit is contained in:
Michael Natterer
2012-05-07 14:07:43 +02:00
parent e2c8a60665
commit bfb8757559

View File

@ -267,7 +267,8 @@ gimp_display_config_class_init (GimpDisplayConfigClass *klass)
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_CONFIRM_ON_CLOSE,
"confirm-on-close", NULL,
TRUE,
GIMP_PARAM_STATIC_STRINGS);
GIMP_PARAM_STATIC_STRINGS |
GIMP_CONFIG_PARAM_IGNORE);
GIMP_CONFIG_INSTALL_PROP_RGB (object_class, PROP_XOR_COLOR,
"xor-color", NULL,
FALSE, &color,