From 3f691c6f511a49d0b391ca2d488b9fd617b4ca3d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 30 Jan 2011 20:45:52 +0100 Subject: [PATCH] Write list-of value correctly Fixes a c&p typo. Bug #639099. --- gio/glib-compile-schemas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c index e4e55c9..844bc3b 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, -- 2.7.4