[glib] Write list-of value correctly



commit 3f691c6f511a49d0b391ca2d488b9fd617b4ca3d
Author: Christian Persch <chpe gnome org>
Date:   Sun Jan 30 20:45:52 2011 +0100

    Write list-of value correctly
    
    Fixes a c&p typo. Bug #639099.

 gio/glib-compile-schemas.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]