aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2011-08-23 17:40:33 +0100
committerJavier Jardón <javier.jardon@codethink.co.uk>2011-08-23 17:40:33 +0100
commitbfa69e3808bb007b0f3d261fa1b8834856620c51 (patch)
treec170aa961f2075cded47921d57f500f7b50eb13b /data
parentb1a5f6eda8a4b41773e2e7247c2e2a57300a9f9e (diff)
downloadayatana-indicator-power-bfa69e3808bb007b0f3d261fa1b8834856620c51.tar.gz
ayatana-indicator-power-bfa69e3808bb007b0f3d261fa1b8834856620c51.tar.bz2
ayatana-indicator-power-bfa69e3808bb007b0f3d261fa1b8834856620c51.zip
Fix typo in the gsettings schema: show_time -> show-time
Diffstat (limited to 'data')
-rw-r--r--data/org.ubuntu.indicator-power.gschema.xml.in2
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 67676ec..ff6c807 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-time" type="b">
<default>false</default>
<_summary>Show time in Menu Bar</_summary>
<_description>Whether show the time in the menu bar.</_description>