summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-08-31 00:09:38 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2014-09-15 18:42:52 +0100
commitd10a15b0d5016d027bb7613218d64b81b2b5c724 (patch)
treec30bf5230ab90e1972e3436db9d207f280ef2ad6
parenteaaaddb30e93e528c1acfd741e2f08c3d3e619d9 (diff)
downloadlibgdata-d10a15b0d5016d027bb7613218d64b81b2b5c724.tar.gz
tasks: Fix a property definition on GDataTasksTask
This one was certainly never tested.
-rw-r--r--gdata/services/tasks/gdata-tasks-task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/services/tasks/gdata-tasks-task.c b/gdata/services/tasks/gdata-tasks-task.c
index cf4ff0e2..a2bec947 100644
--- a/gdata/services/tasks/gdata-tasks-task.c
+++ b/gdata/services/tasks/gdata-tasks-task.c
@@ -119,7 +119,7 @@ gdata_tasks_task_class_init (GDataTasksTaskClass *klass)
*
* Since: 0.15.0
*/
- g_object_class_install_property (gobject_class, PROP_STATUS,
+ g_object_class_install_property (gobject_class, PROP_POSITION,
g_param_spec_string ("position",
"Position of task", "Position of the task among sibling tasks using lexicographical order.",
NULL,