summaryrefslogtreecommitdiff
path: root/girepository
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-03 18:09:35 -0400
committerColin Walters <walters@verbum.org>2010-09-03 18:17:28 -0400
commit25d7a4dc44e3a9c211ac8f82925063e638c202c6 (patch)
treeb81483d129dd3b42a334824ed4df509e6e09458c /girepository
parentc1f4f42be118243549b00ba216314389a2072325 (diff)
downloadgobject-introspection-25d7a4dc44e3a9c211ac8f82925063e638c202c6.tar.gz
scanner: Fix previous rename-to handling commit
Diffstat (limited to 'girepository')
-rw-r--r--girepository/girparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girparser.c b/girepository/girparser.c
index 0c022f92..53f1c415 100644
--- a/girepository/girparser.c
+++ b/girepository/girparser.c
@@ -818,7 +818,7 @@ start_function (GMarkupParseContext *context,
ctx->in_embedded_type = in_embedded_type;
name = find_attribute ("name", attribute_names, attribute_values);
- shadows = find_attribute ("name", attribute_names, attribute_values);
+ shadows = find_attribute ("shadows", attribute_names, attribute_values);
symbol = find_attribute ("c:identifier", attribute_names, attribute_values);
deprecated = find_attribute ("deprecated", attribute_names, attribute_values);
throws = find_attribute ("throws", attribute_names, attribute_values);