summaryrefslogtreecommitdiffstats
path: root/src/ufo-read-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-read-task.c')
-rw-r--r--src/ufo-read-task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ufo-read-task.c b/src/ufo-read-task.c
index 6efbd1d..39ed649 100644
--- a/src/ufo-read-task.c
+++ b/src/ufo-read-task.c
@@ -672,7 +672,7 @@ ufo_read_task_class_init(UfoReadTaskClass *klass)
g_param_spec_enum ("type",
"Override type detection based on extension",
"Override type detection based on extension",
- g_enum_register_static ("type", type_values),
+ g_enum_register_static ("ufo_read_type", type_values),
TYPE_UNSPECIFIED,
G_PARAM_READWRITE);