aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-07-03 05:46:36 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-07-03 05:46:36 +0800
commit07dacea3edab82eecc1cd487c493edc0ca65da6a (patch)
treefb5c6766a56b9c217a7592c016ffa9f0b6b321eb /calendar/gui
parent9550352fc56974d889b7e3a5934fcf93985349fc (diff)
downloadgsoc2013-evolution-07dacea3edab82eecc1cd487c493edc0ca65da6a.tar
gsoc2013-evolution-07dacea3edab82eecc1cd487c493edc0ca65da6a.tar.gz
gsoc2013-evolution-07dacea3edab82eecc1cd487c493edc0ca65da6a.tar.bz2
gsoc2013-evolution-07dacea3edab82eecc1cd487c493edc0ca65da6a.tar.lz
gsoc2013-evolution-07dacea3edab82eecc1cd487c493edc0ca65da6a.tar.xz
gsoc2013-evolution-07dacea3edab82eecc1cd487c493edc0ca65da6a.tar.zst
gsoc2013-evolution-07dacea3edab82eecc1cd487c493edc0ca65da6a.zip
Support for repeat/duration properties in alarm components.
2001-07-02 Federico Mena Quintero <federico@ximian.com> Support for repeat/duration properties in alarm components. * cal-util/cal-component.h (CalAlarmRepeat): New structure that pairs the repeat/duration values of an alarm component, which must be set both together or not set at all. * cal-util/cal-component.c (CalComponentAlarm): Added fields for the repeat and duration properties. (scan_alarm_property): Scan the DURATION and REPEAT properties. (make_alarm): Nullify/initialize all the fields in the alarm. (cal_component_alarm_get_repeat): New function. (cal_component_alarm_set_repeat): New function. * gui/dialogs/alarm-page.glade: Changed the label of display alarms from "Show a dialog" to "Display a message". svn path=/trunk/; revision=10706
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/dialogs/alarm-page.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/alarm-page.glade b/calendar/gui/dialogs/alarm-page.glade
index 183ec1b95b..80db7edc76 100644
--- a/calendar/gui/dialogs/alarm-page.glade
+++ b/calendar/gui/dialogs/alarm-page.glade
@@ -196,7 +196,7 @@
<class>GtkOptionMenu</class>
<name>action</name>
<can_focus>True</can_focus>
- <items>Show a dialog
+ <items>Display a message
Play a sound
Send an email
Run a program