diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-22 20:49:31 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-22 20:49:31 +0100 |
commit | b2aec5eb2109ab804d0c3f279e96d11202ccc9e2 (patch) | |
tree | e1c540f2254204550c24b9a8bc4f9f431e2bb74b | |
parent | 84735ec5056e864684245f90a0116ce09cc42b8f (diff) | |
download | ayatana-indicator-power-b2aec5eb2109ab804d0c3f279e96d11202ccc9e2.tar.gz ayatana-indicator-power-b2aec5eb2109ab804d0c3f279e96d11202ccc9e2.tar.bz2 ayatana-indicator-power-b2aec5eb2109ab804d0c3f279e96d11202ccc9e2.zip |
Fix typo in the gsettings schema: show_time -> show-time
-rw-r--r-- | data/org.ubuntu.indicator-power.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.ubuntu.indicator-power.gschema.xml.in b/data/org.ubuntu.indicator-power.gschema.xml.in index a961794..67676ec 100644 --- a/data/org.ubuntu.indicator-power.gschema.xml.in +++ b/data/org.ubuntu.indicator-power.gschema.xml.in @@ -1,6 +1,6 @@ <schemalist> <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.ubuntu.indicator-power" path="/org/ubuntu/indicator-power/"> - <key name="show_label" type="b"> + <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> |