summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Evins <evins@snaught.com>2012-02-26 13:20:24 -0500
committerJim Evins <evins@snaught.com>2012-02-26 13:20:24 -0500
commit094183af76ff377062bcaa213b4aeee41c23f2ec (patch)
tree9392b65a327e44adb2b35956b95cf91276164ea9
parent8bb6ba804d0d9f91e31731451e258bb29cd6c025 (diff)
Fix invalid schema file.
Fixes Redhat bug 795241. Fixes minor errors in schema file: child schema ids are incorrect.
-rw-r--r--data/schemas/org.gnome.glabels-3.gschema.xml.in.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/schemas/org.gnome.glabels-3.gschema.xml.in.in b/data/schemas/org.gnome.glabels-3.gschema.xml.in.in
index c7e7ea9..065fe00 100644
--- a/data/schemas/org.gnome.glabels-3.gschema.xml.in.in
+++ b/data/schemas/org.gnome.glabels-3.gschema.xml.in.in
@@ -2,10 +2,10 @@
<schema id="org.gnome.glabels-3" path="/apps/glabels-3/" gettext-domain="@GETTEXT_PACKAGE@">
- <child name="ui" schema="org.gnome.glabels.ui"/>
- <child name="locale" schema="org.gnome.glabels.locale"/>
- <child name="objects" schema="org.gnome.glabels.objects"/>
- <child name="history" schema="org.gnome.glabels.history"/>
+ <child name="ui" schema="org.gnome.glabels-3.ui"/>
+ <child name="locale" schema="org.gnome.glabels-3.locale"/>
+ <child name="objects" schema="org.gnome.glabels-3.objects"/>
+ <child name="history" schema="org.gnome.glabels-3.history"/>
</schema>