summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-24 03:52:41 -0800
committerPerberos <[email protected]>2011-11-24 03:52:41 -0800
commitd9f36c287968b37bf15f2ef7c4d423082ca203ec (patch)
treefb73af32259d16c0161b0145060aca4e1e8773af
parentef05e6d95670a3fb68f0daf98e2148a9fed5d1ca (diff)
parente4498dec48483c0674fb1c0c338b2be35b3527df (diff)
downloadmate-calc-d9f36c287968b37bf15f2ef7c4d423082ca203ec.tar.bz2
mate-calc-d9f36c287968b37bf15f2ef7c4d423082ca203ec.tar.xz
Merge pull request #2 from stefano-k/patch-1
Fixed glib schemas
-rw-r--r--data/org.mate.mate-calc.gschema.xml.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/org.mate.mate-calc.gschema.xml.in b/data/org.mate.mate-calc.gschema.xml.in
index 64b7731..315a530 100644
--- a/data/org.mate.mate-calc.gschema.xml.in
+++ b/data/org.mate.mate-calc.gschema.xml.in
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
- <enum id="org.mate.mate-conf.NumberFormat">
+ <enum id="org.mate.mate-calc.NumberFormat">
<value value="0" nick="fixed"/>
<value value="1" nick="scientific"/>
<value value="2" nick="engineering"/>
</enum>
- <enum id="org.mate.mate-conf.ButtonMode">
+ <enum id="org.mate.mate-calc.ButtonMode">
<value value="0" nick="basic"/>
<value value="1" nick="advanced"/>
<value value="2" nick="financial"/>
<value value="3" nick="programming"/>
</enum>
- <enum id="org.mate.mate-conf.AngleUnit">
+ <enum id="org.mate.mate-calc.AngleUnit">
<value value="0" nick="radians"/>
<value value="1" nick="degrees"/>
<value value="2" nick="gradians"/>
</enum>
- <schema path="/apps/mate-conf/" id="org.mate.mate-conf" gettext-domain="mate-conf">
+ <schema path="/apps/mate-calc/" id="org.mate.mate-calc" gettext-domain="mate-calc">
<key type="i" name="accuracy">
<default>9</default>
<range min="0" max="9"/>
@@ -46,17 +46,17 @@
<_summary>Show Trailing Zeroes</_summary>
<_description>Indicates whether any trailing zeroes after the numeric point should be shown in the display value.</_description>
</key>
- <key name="number-format" enum="org.mate.mate-conf.NumberFormat">
+ <key name="number-format" enum="org.mate.mate-calc.NumberFormat">
<default>'fixed'</default>
<_summary>Number format</_summary>
<_description>The format to display numbers in</_description>
</key>
- <key name="angle-units" enum="org.mate.mate-conf.AngleUnit">
+ <key name="angle-units" enum="org.mate.mate-calc.AngleUnit">
<default>'degrees'</default>
<_summary>Angle units</_summary>
<_description>The angle units to use</_description>
</key>
- <key name="button-mode" enum="org.mate.mate-conf.ButtonMode">
+ <key name="button-mode" enum="org.mate.mate-calc.ButtonMode">
<default>'basic'</default>
<_summary>Button mode</_summary>
<_description>The button mode</_description>