aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-12 17:07:50 -0500
committerTed Gould <ted@gould.cx>2010-07-12 17:07:50 -0500
commit4f6a98808a8ba52193f25fb3683436c0a043ffa5 (patch)
tree767519648a1d7d7baf913379dc811a1e755f4cdd /data
parent3ef7359d1f7b8db5d46a53ec6f35fc738724ac87 (diff)
downloadayatana-indicator-datetime-4f6a98808a8ba52193f25fb3683436c0a043ffa5.tar.gz
ayatana-indicator-datetime-4f6a98808a8ba52193f25fb3683436c0a043ffa5.tar.bz2
ayatana-indicator-datetime-4f6a98808a8ba52193f25fb3683436c0a043ffa5.zip
Getting the schema to validate.
Diffstat (limited to 'data')
-rw-r--r--data/org.ayatana.indicator.datetime.gschema.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/org.ayatana.indicator.datetime.gschema.xml b/data/org.ayatana.indicator.datetime.gschema.xml
index f51cda3..5833d63 100644
--- a/data/org.ayatana.indicator.datetime.gschema.xml
+++ b/data/org.ayatana.indicator.datetime.gschema.xml
@@ -1,7 +1,7 @@
<schemalist>
- <schema id="org.ayatana.indicator.datetime" path="/apps/indicators/datetime" gettext_domain="indicator-datetime">
- <key name="IndicatorTimeFormat" type="s">
- <default>%l:%M %p</default>
+ <schema id="org.ayatana.indicator.datetime" path="/apps/indicators/datetime/" gettext-domain="indicator-datetime">
+ <key name="indicator-time-format" type="s">
+ <default>"%l:%M %p"</default>
<summary>The format string passed to strftime</summary>
<description>The format of the time and/or date that is visible on the panel when using the indicator. For most users this will be a set of predefined values as determined by the configuration utility, but advanced users can change it to anything strftime can accept. Look at the man page on strftime for more information.</description>
</key>