summaryrefslogtreecommitdiffstats
path: root/src/ufo-rotate-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-rotate-task.c')
-rw-r--r--src/ufo-rotate-task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ufo-rotate-task.c b/src/ufo-rotate-task.c
index d96ccc3..535e26a 100644
--- a/src/ufo-rotate-task.c
+++ b/src/ufo-rotate-task.c
@@ -393,7 +393,7 @@ ufo_rotate_task_class_init (UfoRotateTaskClass *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 ("rot_addressing_mode", addressing_values),
+ g_enum_register_static ("ufo_rot_addressing_mode", addressing_values),
CL_ADDRESS_CLAMP,
G_PARAM_READWRITE);
@@ -401,7 +401,7 @@ ufo_rotate_task_class_init (UfoRotateTaskClass *klass)
g_param_spec_enum ("interpolation",
"Interpolation (\"nearest\" or \"linear\")",
"Interpolation (\"nearest\" or \"linear\")",
- g_enum_register_static ("rot_interpolation", interpolation_values),
+ g_enum_register_static ("ufo_rot_interpolation", interpolation_values),
CL_FILTER_LINEAR,
G_PARAM_READWRITE);