[yelp] Use GLIB_GSETTINGS and comment out range from gschema file



commit 6b05d5924cc0f6613fde173fced68da362f4f401
Author: Shaun McCance <shaunm gnome org>
Date:   Fri Apr 23 15:49:44 2010 -0500

    Use GLIB_GSETTINGS and comment out range from gschema file

 configure.in                    |    2 +-
 data/org.gnome.yelp.gschema.xml |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 7a4d3f9..51c6f68 100644
--- a/configure.in
+++ b/configure.in
@@ -79,7 +79,7 @@ AC_SUBST([YELP_LIBS])
 
 AC_PATH_PROGS(SED, gsed sed)
 
-AM_GSETTINGS
+GLIB_GSETTINGS
 
 XSL_PATH="`$PKG_CONFIG --variable=xsltdir yelp-xsl`"
 XSL_DB_TITLE="$XSLT_PATH""/docbook/common/db-title.xsl"
diff --git a/data/org.gnome.yelp.gschema.xml b/data/org.gnome.yelp.gschema.xml
index 4725ec9..94b0adc 100644
--- a/data/org.gnome.yelp.gschema.xml
+++ b/data/org.gnome.yelp.gschema.xml
@@ -5,10 +5,15 @@
   </key>
   <key name="font-adjustment" type="i">
     <default>0</default>
+    <!--
+        I'm supposed to be able to do this, but gschema-compile doesn't allow it.
+        https://bugzilla.gnome.org/show_bug.cgi?id=616432
+        https://bugzilla.gnome.org/show_bug.cgi?id=616102
     <range>
       <min>-3</min>
       <max>10</max>
     </range>
+    -->
   </key>
 </schema>
 </schemalist>



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