File devhelp-fix-gconf-default.patch of Package devhelp
commit 0444c4fdb895b83cad218b4bc04d39fea92aa3d4
Author: Vincent Untz <vuntz@gnome.org>
Date: Wed Oct 13 16:24:55 2010 +0200
Fix the default value for books_disabled gconf key
An empty list is [].
https://bugzilla.gnome.org/show_bug.cgi?id=630967
diff --git a/data/devhelp.schemas.in b/data/devhelp.schemas.in
index c30d76a..38bb62b 100644
--- a/data/devhelp.schemas.in
+++ b/data/devhelp.schemas.in
@@ -132,7 +132,7 @@
<owner>devhelp</owner>
<type>list</type>
<list_type>string</list_type>
- <default></default>
+ <default>[]</default>
<locale name="C">
<short>Books disabled</short>
<long>List of books disabled by the user.</long>