diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-09-23 13:03:11 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-09-23 13:03:11 -0400 |
commit | 56dd8ea486d13905bf24ea28a59d48e1c30130d9 (patch) | |
tree | 5291ede4f9d3a89d2c89b82406cdfff835fda780 /data | |
parent | 3751cc4b823c5d701456317bb86fc4fc39bf3b9e (diff) | |
parent | a93ea524812af4e44481280e0baba8eafde6bc83 (diff) | |
download | ayatana-indicator-power-56dd8ea486d13905bf24ea28a59d48e1c30130d9.tar.gz ayatana-indicator-power-56dd8ea486d13905bf24ea28a59d48e1c30130d9.tar.bz2 ayatana-indicator-power-56dd8ea486d13905bf24ea28a59d48e1c30130d9.zip |
Import upstream version 0.9
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.power.gschema.xml (renamed from data/org.ubuntu.indicator-power.gschema.xml) | 4 | ||||
-rw-r--r-- | data/com.canonical.indicator.power.gschema.xml.in | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/data/org.ubuntu.indicator-power.gschema.xml b/data/com.canonical.indicator.power.gschema.xml index a3d2494..1a51f69 100644 --- a/data/org.ubuntu.indicator-power.gschema.xml +++ b/data/com.canonical.indicator.power.gschema.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <schemalist> - <schema path="/org/ubuntu/indicator-power/" id="org.ubuntu.indicator-power" gettext-domain="@GETTEXT_PACKAGE@"> - <key type="b" name="show-label"> + <schema path="/com/canonical/indicator/power/" id="com.canonical.indicator.power" gettext-domain="@GETTEXT_PACKAGE@"> + <key type="b" name="show-time"> <default>false</default> <summary>Show time in Menu Bar</summary> <description>Whether show the time in the menu bar.</description> diff --git a/data/com.canonical.indicator.power.gschema.xml.in b/data/com.canonical.indicator.power.gschema.xml.in new file mode 100644 index 0000000..bf4368f --- /dev/null +++ b/data/com.canonical.indicator.power.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="com.canonical.indicator.power" path="/com/canonical/indicator/power/"> + <key name="show-time" type="b"> + <default>false</default> + <_summary>Show time in Menu Bar</_summary> + <_description>Whether show the time in the menu bar.</_description> + </key> + </schema> +</schemalist> |