[gimp] app: fix crash in config property cleanup
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix crash in config property cleanup
- Date: Sun, 17 Apr 2016 00:00:21 +0000 (UTC)
commit d9e608f7226cb27a168ac09c797282e615f6067f
Author: Michael Natterer <mitch gimp org>
Date: Sun Apr 17 00:58:47 2016 +0100
app: fix crash in config property cleanup
app/config/gimppluginconfig.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/config/gimppluginconfig.c b/app/config/gimppluginconfig.c
index 3957496..3e5e141 100644
--- a/app/config/gimppluginconfig.c
+++ b/app/config/gimppluginconfig.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]