changed default value for new "change-active" property

This commit is contained in:
Sven Neumann 2004-10-30 14:16:57 +00:00
parent 9fd4ac8a6d
commit e4a871c10b

View file

@ -110,7 +110,7 @@ gimp_move_options_class_init (GimpMoveOptionsClass *klass)
0);
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_CHANGE_ACTIVE,
"change-active", NULL,
TRUE,
FALSE,
0);
}