app: fix crash in config property cleanup

This commit is contained in:
Michael Natterer 2016-04-17 00:58:47 +01:00
parent cdc7542d46
commit d9e608f722
1 changed files with 1 additions and 1 deletions

View File

@ -71,8 +71,8 @@ gimp_plugin_config_class_init (GimpPluginConfigClass *klass)
path = gimp_config_build_data_path ("fractalexplorer");
GIMP_CONFIG_PROP_PATH (object_class,
PROP_FRACTALEXPLORER_PATH,
"Fractal Explorer path",
"fractalexplorer-path",
"Fractal Explorer path",
FRACTALEXPLORER_PATH_BLURB,
GIMP_CONFIG_PATH_DIR_LIST, path,
GIMP_PARAM_STATIC_STRINGS);