summaryrefslogtreecommitdiffstats
path: root/src/ufo-gradient-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-gradient-task.c')
-rw-r--r--src/ufo-gradient-task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ufo-gradient-task.c b/src/ufo-gradient-task.c
index da6ada3..4227fd7 100644
--- a/src/ufo-gradient-task.c
+++ b/src/ufo-gradient-task.c
@@ -222,7 +222,7 @@ ufo_gradient_task_class_init (UfoGradientTaskClass *klass)
g_param_spec_enum ("direction",
"Direction (horizontal, vertical, both, both_abs)",
"Direction (horizontal, vertical, both, both_abs)",
- g_enum_register_static ("direction", direction_values),
+ g_enum_register_static ("ufo_gradient_direction", direction_values),
DIRECTION_HORIZONTAL,
G_PARAM_READWRITE);