summaryrefslogtreecommitdiffstats
path: root/src/ufo-rescale-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-rescale-task.c')
-rw-r--r--src/ufo-rescale-task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ufo-rescale-task.c b/src/ufo-rescale-task.c
index 11f206d..bdc57ba 100644
--- a/src/ufo-rescale-task.c
+++ b/src/ufo-rescale-task.c
@@ -324,7 +324,7 @@ ufo_rescale_task_class_init (UfoRescaleTaskClass *klass)
g_param_spec_enum ("interpolation",
"Interpolation mode (\"nearest\", \"linear\")",
"Interpolation mode (\"nearest\", \"linear\")",
- g_enum_register_static ("interpolation", interpolation_values),
+ g_enum_register_static ("ufo_rescale_interpolation", interpolation_values),
INTERPOLATION_LINEAR, G_PARAM_READWRITE);
properties[PROP_WIDTH] =