summaryrefslogtreecommitdiff
path: root/gio/glib-compile-schemas.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2011-01-30 20:45:52 +0100
committerChristian Persch <chpe@gnome.org>2012-01-24 14:20:37 +0100
commit3f691c6f511a49d0b391ca2d488b9fd617b4ca3d (patch)
tree27d871a3fb90905fb85458555048dacb26794354 /gio/glib-compile-schemas.c
parent9a689e1077affb7dcf05898693dd7a616cb4484b (diff)
downloadglib-3f691c6f511a49d0b391ca2d488b9fd617b4ca3d.tar.gz
Write list-of value correctly
Fixes a c&p typo. Bug #639099.
Diffstat (limited to 'gio/glib-compile-schemas.c')
-rw-r--r--gio/glib-compile-schemas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
index e4e55c914..844bc3b18 100644
--- a/gio/glib-compile-schemas.c
+++ b/gio/glib-compile-schemas.c
@@ -1604,7 +1604,7 @@ output_schema (gpointer key,
if (state->list_of)
gvdb_hash_table_insert_string (data.pair.table, ".list-of",
- state->extends_name);
+ state->list_of);
if (data.l10n)
gvdb_hash_table_insert_string (data.pair.table,