summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Smith <bmsmith@src.gnome.org>2006-05-15 21:07:09 +0000
committerBrent Smith <bmsmith@src.gnome.org>2006-05-15 21:07:09 +0000
commit734f50c64bda1183a3b07de0f6a905625fb97f41 (patch)
tree4cd174ac857e810278890e5f4bc87fa032dee774
parent8670206582e788188c0c0cf5d7dbb87b7478d0be (diff)
downloadyelp-734f50c64bda1183a3b07de0f6a905625fb97f41.tar.gz
fix the applyto element for the use_caret gconf key
* data/yelp.schemas.in: fix the applyto element for the use_caret gconf key
-rw-r--r--ChangeLog5
-rw-r--r--data/yelp.schemas.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 00dba437..9744b911 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-15 Brent Smith <gnome@nextreality.net>
+
+ * data/yelp.schemas.in: fix the applyto element for the use_caret
+ gconf key
+
2006-05-11 Brent Smith <gnome@nextreality.net>
* src/yelp-man-parser.c: (macro_reference_handler):
diff --git a/data/yelp.schemas.in b/data/yelp.schemas.in
index 8803bf65..3c257c8d 100644
--- a/data/yelp.schemas.in
+++ b/data/yelp.schemas.in
@@ -3,7 +3,7 @@
<schemalist>
<schema>
<key>/schemas/apps/yelp/use_caret</key>
- <applyto>/apps/yelp/use_system_fonts</applyto>
+ <applyto>/apps/yelp/use_caret</applyto>
<owner>yelp</owner>
<type>bool</type>
<default>true</default>