diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-03-31 20:25:34 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-03-31 20:25:34 +0000 |
commit | 6805440001a674e2700f344bc0113f11ee394a82 (patch) | |
tree | 94f6104d71d25f2c000d4fa67880b895ab71c90e /data | |
parent | 3c5eda144d9d83be1aef24afaa307999975ec617 (diff) | |
parent | 845067b3f37ff48eab3b612d52518e529559b738 (diff) | |
download | ayatana-indicator-datetime-6805440001a674e2700f344bc0113f11ee394a82.tar.gz ayatana-indicator-datetime-6805440001a674e2700f344bc0113f11ee394a82.tar.bz2 ayatana-indicator-datetime-6805440001a674e2700f344bc0113f11ee394a82.zip |
Reduce the forced screen-on time for alarms to reduce battery consumption. Also, lower the default alarm duration from 30 minutes to 10 minutes. Fixes: #1434637
Approved by: Ted Gould, PS Jenkins bot
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.datetime.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/com.canonical.indicator.datetime.gschema.xml.in b/data/com.canonical.indicator.datetime.gschema.xml.in index edcede2..044f694 100644 --- a/data/com.canonical.indicator.datetime.gschema.xml.in +++ b/data/com.canonical.indicator.datetime.gschema.xml.in @@ -148,7 +148,7 @@ </key> <key name="alarm-duration-minutes" type="u"> <range min="1" max="60"/> - <default>30</default> + <default>10</default> <_summary>The alarm's duration.</_summary> <_description> How long the alarm's sound will be looped if its snap decision is not dismissed by the user. |