~ubuntu-desktop/devhelp/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/99git_gconf_books_disabled_default_2b31353.patch

  • Committer: Sebastien Bacher
  • Date: 2011-03-31 21:26:48 UTC
  • mfrom: (4.1.2 devhelp)
  • Revision ID: seb128@ubuntu.com-20110331212648-vbk3unftcg0t0sqm
debian/patches/99git_gconf_books_disabled_default_2b31353.patch:
Set a correct default value of empty for the gconf setting
state/main/contents/books_disabled (backported from 2.91.4) (LP: #704096)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 2b3135317d953f8d1a14288726fd1bc66671699d Mon Sep 17 00:00:00 2001
 
2
From: Yanko Kaneti <yaneti@declera.com>
 
3
Date: Fri, 03 Dec 2010 02:25:40 +0000
 
4
Subject: Fix default value for list type key state/main/contents/books_disabled
 
5
 
 
6
https://bugzilla.gnome.org/show_bug.cgi?id=636339
 
7
---
 
8
diff --git a/data/devhelp.schemas.in b/data/devhelp.schemas.in
 
9
index c30d76a..38bb62b 100644
 
10
--- a/data/devhelp.schemas.in
 
11
+++ b/data/devhelp.schemas.in
 
12
@@ -132,7 +132,7 @@
 
13
       <owner>devhelp</owner>
 
14
       <type>list</type>
 
15
       <list_type>string</list_type>
 
16
-      <default></default>
 
17
+      <default>[]</default>
 
18
       <locale name="C">
 
19
          <short>Books disabled</short>
 
20
          <long>List of books disabled by the user.</long>
 
21
--
 
22
cgit v0.9