After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629174 - Fix "disabled_books" GConf key
Fix "disabled_books" GConf key
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
: 629173 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-09-09 14:20 UTC by Bastien Nocera
Modified: 2010-09-13 16:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
broken schemas file (1.05 KB, patch)
2010-09-09 14:20 UTC, Bastien Nocera
none Details | Review
fix conf usage (4.26 KB, patch)
2010-09-09 14:20 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2010-09-09 14:20:01 UTC
devhelp-2.31.91-1.fc14.x86_64

Broken schemas file...
Comment 1 Bastien Nocera 2010-09-09 14:20:28 UTC
Created attachment 169857 [details] [review]
broken schemas file
Comment 2 Bastien Nocera 2010-09-09 14:20:52 UTC
Created attachment 169858 [details] [review]
fix conf usage
Comment 3 Bastien Nocera 2010-09-09 14:51:13 UTC
commit ee54234517aea3bab98118c40514b69ee054e008
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 9 15:17:52 2010 +0100

    Fix use of "disabled_books"
    
    The schemas actually requires books_disabled instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629174

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
Comment 4 Bastien Nocera 2010-09-09 16:42:24 UTC
*** Bug 629173 has been marked as a duplicate of this bug. ***
Comment 5 Dominique Leuenberger 2010-09-13 16:25:00 UTC
commit ee54234517aea3bab98118c40514b69ee054e008 introduced a build / link error:

+dh_util_state_load_books_disabled is defined in dh-utils.c, but the prototype in dh-utils.h got not changed. As a consequence, it is undefined in dh-book-manager.c

Reopening a bug though seems not possible :)