summaryrefslogtreecommitdiffstats
path: root/src/ufo-find-large-spots-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-find-large-spots-task.c')
-rw-r--r--src/ufo-find-large-spots-task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ufo-find-large-spots-task.c b/src/ufo-find-large-spots-task.c
index 9875ffc..86ecbb8 100644
--- a/src/ufo-find-large-spots-task.c
+++ b/src/ufo-find-large-spots-task.c
@@ -441,7 +441,7 @@ ufo_find_large_spots_task_class_init (UfoFindLargeSpotsTaskClass *klass)
g_param_spec_enum ("spot-threshold-mode",
"Pixels must be either \"below\", \"above\" the spot threshold, or their \"absolute\" value can be compared",
"Pixels must be either \"below\", \"above\" the spot threshold, or their \"absolute\" value can be compared",
- g_enum_register_static ("spot-threshold-mode", spot_threshold_mode_values),
+ g_enum_register_static ("ufo_fls_spot_threshold_mode", spot_threshold_mode_values),
SPOT_THRESHOLD_ABSOLUTE, G_PARAM_READWRITE);
properties[PROP_GROW_THRESHOLD] =
@@ -455,7 +455,7 @@ ufo_find_large_spots_task_class_init (UfoFindLargeSpotsTaskClass *klass)
g_param_spec_enum ("addressing-mode",
"Outlier treatment (\"none\", \"clamp\", \"clamp_to_edge\", \"repeat\", \"mirrored_repeat\")",
"Outlier treatment (\"none\", \"clamp\", \"clamp_to_edge\", \"repeat\", \"mirrored_repeat\")",
- g_enum_register_static ("find_addressing_mode", addressing_values),
+ g_enum_register_static ("ufo_fls_addressing_mode", addressing_values),
CL_ADDRESS_MIRRORED_REPEAT,
G_PARAM_READWRITE);