summaryrefslogtreecommitdiff
path: root/community-testing/glabels/fix-gschema.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-11 00:01:18 +0000
committerroot <root@rshg054.dnsready.net>2012-04-11 00:01:18 +0000
commit04aff5f70cb7c04abe06ca8eaf8261cbb0eeb378 (patch)
tree4935a4f0959f9560df7fba4989a0de1dc361884e /community-testing/glabels/fix-gschema.patch
parent223ca251f3ce07eb5484be845e631d6ca645b263 (diff)
Wed Apr 11 00:01:18 UTC 2012
Diffstat (limited to 'community-testing/glabels/fix-gschema.patch')
-rw-r--r--community-testing/glabels/fix-gschema.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/community-testing/glabels/fix-gschema.patch b/community-testing/glabels/fix-gschema.patch
new file mode 100644
index 000000000..51e197096
--- /dev/null
+++ b/community-testing/glabels/fix-gschema.patch
@@ -0,0 +1,36 @@
+diff -Naur glabels-3.0.0.orig/data/schemas/org.gnome.glabels-3.gschema.xml.in glabels-3.0.0/data/schemas/org.gnome.glabels-3.gschema.xml.in
+--- glabels-3.0.0.orig/data/schemas/org.gnome.glabels-3.gschema.xml.in 2012-04-09 13:58:25.256413359 +0000
++++ glabels-3.0.0/data/schemas/org.gnome.glabels-3.gschema.xml.in 2012-04-09 13:59:40.495830152 +0000
+@@ -2,10 +2,10 @@
+
+
+ <schema id="org.gnome.glabels-3" path="/apps/glabels-3/" gettext-domain="glabels-3.0">
+- <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>
+
+
+diff -Naur glabels-3.0.0.orig/data/schemas/org.gnome.glabels-3.gschema.xml.in.in glabels-3.0.0/data/schemas/org.gnome.glabels-3.gschema.xml.in.in
+--- glabels-3.0.0.orig/data/schemas/org.gnome.glabels-3.gschema.xml.in.in 2012-04-09 13:58:25.256413359 +0000
++++ glabels-3.0.0/data/schemas/org.gnome.glabels-3.gschema.xml.in.in 2012-04-09 13:59:32.232560783 +0000
+@@ -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>
+
+