diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-23 12:44:57 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-23 12:44:57 -0400 |
commit | 3751cc4b823c5d701456317bb86fc4fc39bf3b9e (patch) | |
tree | 6725806cef45179dc405df717806ea42b7bba6af /data | |
parent | edfb2ab89822da16fc1150a5350c130830a733b3 (diff) | |
parent | b1a5f6eda8a4b41773e2e7247c2e2a57300a9f9e (diff) | |
download | ayatana-indicator-power-3751cc4b823c5d701456317bb86fc4fc39bf3b9e.tar.gz ayatana-indicator-power-3751cc4b823c5d701456317bb86fc4fc39bf3b9e.tar.bz2 ayatana-indicator-power-3751cc4b823c5d701456317bb86fc4fc39bf3b9e.zip |
Import upstream version 0.7
Diffstat (limited to 'data')
-rw-r--r-- | data/org.ubuntu.indicator-power.gschema.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.ubuntu.indicator-power.gschema.xml b/data/org.ubuntu.indicator-power.gschema.xml new file mode 100644 index 0000000..a3d2494 --- /dev/null +++ b/data/org.ubuntu.indicator-power.gschema.xml @@ -0,0 +1,10 @@ +<?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"> + <default>false</default> + <summary>Show time in Menu Bar</summary> + <description>Whether show the time in the menu bar.</description> + </key> + </schema> +</schemalist>
\ No newline at end of file |