]> git.sur5r.net Git - glabels/commitdiff
Fix invalid schema file.
authorJim Evins <evins@snaught.com>
Sun, 26 Feb 2012 18:20:24 +0000 (13:20 -0500)
committerJim Evins <evins@snaught.com>
Sun, 26 Feb 2012 18:26:37 +0000 (13:26 -0500)
Fixes Redhat bug 795241.  Fixes minor errors in schema file: child schema ids
are incorrect.

data/schemas/org.gnome.glabels-3.gschema.xml.in.in

index c7e7ea92340162a7529666a3f1ec9caccae0799e..065fe00906596501b7d1fca91fcfad561b0e3756 100644 (file)
@@ -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>