diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-05 14:12:14 +0000 |
|---|---|---|
| committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-09-05 14:12:14 +0000 |
| commit | 7affbfb591fe0d5b68bdf5023eae2aba5e727dd2 (patch) | |
| tree | 55976fcc4f23debe01bb18ef9a9f2a8260f756b8 /data/com.canonical.indicator.datetime.AlarmProperties.xml | |
| parent | d006b8d390004e03c2cd27d67c80f4fb767f35d5 (diff) | |
| parent | 593c16de05fe3806edeeb3bc105ce63b71b8b545 (diff) | |
| download | ayatana-indicator-datetime-7affbfb591fe0d5b68bdf5023eae2aba5e727dd2.tar.gz ayatana-indicator-datetime-7affbfb591fe0d5b68bdf5023eae2aba5e727dd2.tar.bz2 ayatana-indicator-datetime-7affbfb591fe0d5b68bdf5023eae2aba5e727dd2.zip | |
Add the snooze feature Fixes: 1354400
Approved by: Jussi Pakkanen, PS Jenkins bot
Diffstat (limited to 'data/com.canonical.indicator.datetime.AlarmProperties.xml')
| -rw-r--r-- | data/com.canonical.indicator.datetime.AlarmProperties.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.datetime.AlarmProperties.xml b/data/com.canonical.indicator.datetime.AlarmProperties.xml index 9b38af9..7ba0e5e 100644 --- a/data/com.canonical.indicator.datetime.AlarmProperties.xml +++ b/data/com.canonical.indicator.datetime.AlarmProperties.xml @@ -36,5 +36,13 @@ </doc:doc> </property> + <property name="SnoozeDuration" type="i" access="readwrite"> + <doc:doc> + <doc:description> + <doc:para>How many minutes to wait when the Snooze button is pressed. [Range: 1-15]</doc:para> + </doc:description> + </doc:doc> + </property> + </interface> </node> |
