From 432db089ea22325c85718d43e4fbe148cbb94109 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 25 Mar 2015 10:43:06 -0500 Subject: change the default alarm duration from 30 minutes to 10. --- data/com.canonical.indicator.datetime.gschema.xml.in | 2 +- 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 @@ - 30 + 10 <_summary>The alarm's duration. <_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; -- cgit v1.2.3