summaryrefslogtreecommitdiffstats
path: root/src/ufo-lamino-backproject-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-lamino-backproject-task.c')
-rw-r--r--src/ufo-lamino-backproject-task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ufo-lamino-backproject-task.c b/src/ufo-lamino-backproject-task.c
index 362ed88..c189c52 100644
--- a/src/ufo-lamino-backproject-task.c
+++ b/src/ufo-lamino-backproject-task.c
@@ -772,7 +772,7 @@ ufo_lamino_backproject_task_class_init (UfoLaminoBackprojectTaskClass *klass)
"Which parameter will be varied along the z-axis",
"Which parameter will be varied along the z-axis "
"(\"z\", \"x-center\", \"lamino-angle\", \"roll-angle\")",
- g_enum_register_static ("parameter", parameter_values),
+ g_enum_register_static ("ufo_lbp_parameter", parameter_values),
PARAMETER_Z,
G_PARAM_READWRITE);
@@ -780,7 +780,7 @@ ufo_lamino_backproject_task_class_init (UfoLaminoBackprojectTaskClass *klass)
g_param_spec_enum ("addressing-mode",
"Outlier treatment (\"none\", \"clamp\", \"clamp_to_edge\", \"repeat\")",
"Outlier treatment (\"none\", \"clamp\", \"clamp_to_edge\", \"repeat\")",
- g_enum_register_static ("bp_addressing_mode", addressing_values),
+ g_enum_register_static ("ufo_lbp_addressing_mode", addressing_values),
CL_ADDRESS_CLAMP,
G_PARAM_READWRITE);