[devhelp/gnome-2-32] Fix broken schemas file



commit 948dfabc2160e2e911c6e3b3c7f62bd6aefeeeca
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 9 15:17:02 2010 +0100

    Fix broken schemas file
    
    WARNING: no <list_type> specified for schema of type list
    WARNING: invalid or missing list_type for schema (/schemas/apps/devhelp/state/main/contents/books_disabled)
    WARNING: failed to install schema `/schemas/apps/devhelp/state/main/contents/books_disabled', locale `C': Schema specifies type list but doesn't specify the type of the list elements
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629174

 data/devhelp.schemas.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/devhelp.schemas.in b/data/devhelp.schemas.in
index eebeb72..c30d76a 100644
--- a/data/devhelp.schemas.in
+++ b/data/devhelp.schemas.in
@@ -131,6 +131,7 @@
       <applyto>/apps/devhelp/state/main/contents/books_disabled</applyto>
       <owner>devhelp</owner>
       <type>list</type>
+      <list_type>string</list_type>
       <default></default>
       <locale name="C">
          <short>Books disabled</short>



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