diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-03-25 10:43:06 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-03-25 10:43:06 -0500 |
commit | 432db089ea22325c85718d43e4fbe148cbb94109 (patch) | |
tree | b4604973721ce29235b8b15250bbe42ba8f708d1 | |
parent | 3c5eda144d9d83be1aef24afaa307999975ec617 (diff) | |
download | ayatana-indicator-datetime-432db089ea22325c85718d43e4fbe148cbb94109.tar.gz ayatana-indicator-datetime-432db089ea22325c85718d43e4fbe148cbb94109.tar.bz2 ayatana-indicator-datetime-432db089ea22325c85718d43e4fbe148cbb94109.zip |
change the default alarm duration from 30 minutes to 10.
-rw-r--r-- | data/com.canonical.indicator.datetime.gschema.xml.in | 2 | ||||
-rw-r--r-- | tests/test-exporter.cpp | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/tests/test-exporter.cpp b/tests/test-exporter.cpp index be8fcc3..d5118ac 100644 --- a/tests/test-exporter.cpp +++ b/tests/test-exporter.cpp @@ -222,7 +222,7 @@ TEST_F(ExporterFixture, AlarmProperties) g_clear_pointer (&haptic, g_free); /*** - **** Try chaning the DBus properties -- do the Settings change to match it? + **** Try changing the DBus properties -- do the Settings change to match it? ***/ expected_volume = 100; |