28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
From 8f13eaeb35a14f0fee8804e1b5860344f8a2a4d1 Mon Sep 17 00:00:00 2001
|
|
From: Bastien Nocera <hadess@hadess.net>
|
|
Date: Thu, 9 Sep 2010 15:17:02 +0100
|
|
Subject: [PATCH 1/2] 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
|
|
---
|
|
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>
|
|
--
|
|
1.7.2.3
|
|
|