aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-04-11 18:41:37 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-04-11 18:41:37 +0800
commitfff54e119823ba14123eb8273ec9a724eb81500a (patch)
tree7d49f525b56ac2a0440c81110cc331cd911b3e4b /calendar/cal-util
parent09b7c557f7b10d08147eea91993460ad226c56eb (diff)
downloadgsoc2013-evolution-fff54e119823ba14123eb8273ec9a724eb81500a.tar
gsoc2013-evolution-fff54e119823ba14123eb8273ec9a724eb81500a.tar.gz
gsoc2013-evolution-fff54e119823ba14123eb8273ec9a724eb81500a.tar.bz2
gsoc2013-evolution-fff54e119823ba14123eb8273ec9a724eb81500a.tar.lz
gsoc2013-evolution-fff54e119823ba14123eb8273ec9a724eb81500a.tar.xz
gsoc2013-evolution-fff54e119823ba14123eb8273ec9a724eb81500a.tar.zst
gsoc2013-evolution-fff54e119823ba14123eb8273ec9a724eb81500a.zip
added missing capabilities.
2003-04-11 Rodrigo Moya <rodrigo@ximian.com> * cal-util/cal-util.h: added missing capabilities. * cal-client/cal-client.c (cal_client_get_one_alarm_only, cal_client_get_organizer_must_attend, cal_client_get_save_schedules): * gui/itip-utils.c (itip_organizer_is_user): * gui/e-calendar-table.c (e_calendar_table_on_right_click): * gui/dialogs/task-editor.c (set_menu_sens): * gui/dialogs/event-page.c (event_page_fill_widgets): * gui/dialogs/meeting-page.c (meeting_page_fill_widgets): * gui/dialogs/alarm-page.c (button_options_clicked_cb): use the macros defined in cal-util.h for static capabilities. svn path=/trunk/; revision=20815
Diffstat (limited to 'calendar/cal-util')
-rw-r--r--calendar/cal-util/cal-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/cal-util/cal-util.h b/calendar/cal-util/cal-util.h
index c3a02e4efc..3bf2a0d3ab 100644
--- a/calendar/cal-util/cal-util.h
+++ b/calendar/cal-util/cal-util.h
@@ -101,7 +101,10 @@ void cal_util_add_timezones_from_component (icalcomponent *vcal_comp,
/* The static capabilities to be supported by backends */
#define CAL_STATIC_CAPABILITY_NO_ALARM_REPEAT "no-alarm-repeat"
+#define CAL_STATIC_CAPABILITY_NO_AUDIO_ALARMS "no-audio-alarms"
+#define CAL_STATIC_CAPABILITY_NO_DISPLAY_ALARMS "no-display-alarms"
#define CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS "no-email-alarms"
+#define CAL_STATIC_CAPABILITY_NO_PROCEDURE_ALARMS "no-procedure-alarms"
#define CAL_STATIC_CAPABILITY_NO_TASK_ASSIGNMENT "no-task-assignment"
#define CAL_STATIC_CAPABILITY_NO_TRANSPARENCY "no-transparency"
#define CAL_STATIC_CAPABILITY_ONE_ALARM_ONLY "one-alarm-only"