summaryrefslogtreecommitdiff
path: root/gfbgraph
diff options
context:
space:
mode:
authorÁlvaro Peña <alvaropg@gmail.com>2013-06-04 13:24:16 +0200
committerÁlvaro Peña <alvaropg@gmail.com>2013-06-04 13:24:16 +0200
commitab29ad86ed92cada8f0a979f1aee05819d2d251b (patch)
tree085a7af02d3a7b5af2f3587b6ca5e8a20f2f492a /gfbgraph
parent3fbd270e178c7817dc3155bd5d84b5991b5bd76e (diff)
downloadlibgfbgraph-ab29ad86ed92cada8f0a979f1aee05819d2d251b.tar.gz
Fixed a little mistake that mixed up time and link properties
Diffstat (limited to 'gfbgraph')
-rw-r--r--gfbgraph/gfbgraph-node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfbgraph/gfbgraph-node.c b/gfbgraph/gfbgraph-node.c
index 81d692a..c8ebed8 100644
--- a/gfbgraph/gfbgraph-node.c
+++ b/gfbgraph/gfbgraph-node.c
@@ -125,7 +125,7 @@ gfbgraph_node_class_init (GFBGraphNodeClass *klass)
* The time the node was initially published. Is an ISO 8601 encoded date.
**/
g_object_class_install_property (gobject_class,
- PROP_LINK,
+ PROP_CREATEDTIME,
g_param_spec_string ("created_time",
"The node creation time", "An ISO 8601 encoded date when the node was initially published",
"",