summaryrefslogtreecommitdiffstats
path: root/src/ufo-pad-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-pad-task.c')
-rw-r--r--src/ufo-pad-task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ufo-pad-task.c b/src/ufo-pad-task.c
index 4511621..95c2e20 100644
--- a/src/ufo-pad-task.c
+++ b/src/ufo-pad-task.c
@@ -343,7 +343,7 @@ ufo_pad_task_class_init (UfoPadTaskClass *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 ("addressing_mode", addressing_values),
+ g_enum_register_static ("ufo_pad_addressing_mode", addressing_values),
CL_ADDRESS_CLAMP,
G_PARAM_READWRITE);