diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-22 20:38:36 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-22 20:38:36 +0100 |
commit | 84735ec5056e864684245f90a0116ce09cc42b8f (patch) | |
tree | 92495137fcc0ff51b7ed79a79f7bddd95c03512e /data | |
parent | 94b05b3ac5e37146e6e049df4daf011e0b5689ae (diff) | |
download | ayatana-indicator-power-84735ec5056e864684245f90a0116ce09cc42b8f.tar.gz ayatana-indicator-power-84735ec5056e864684245f90a0116ce09cc42b8f.tar.bz2 ayatana-indicator-power-84735ec5056e864684245f90a0116ce09cc42b8f.zip |
Use gsettings to store the status of "Show time in Menu Bar" option
Fixes https://bugs.launchpad.net/indicator-power/+bug/829853
Diffstat (limited to 'data')
-rw-r--r-- | data/org.ubuntu.indicator-power.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.ubuntu.indicator-power.gschema.xml.in b/data/org.ubuntu.indicator-power.gschema.xml.in new file mode 100644 index 0000000..a961794 --- /dev/null +++ b/data/org.ubuntu.indicator-power.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.ubuntu.indicator-power" path="/org/ubuntu/indicator-power/"> + <key name="show_label" 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> |