From 6def23664c70252c2aa1885ee20bcabc5ec78935 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 8 Apr 2004 14:18:32 +0000 Subject: [PATCH] add the ONE_ALARM_ONLY static capability. 2004-04-08 Rodrigo Moya * backends/groupwise/e-cal-backend-groupwise.c (e_cal_backend_groupwise_get_static_capabilities): add the ONE_ALARM_ONLY static capability. --- calendar/ChangeLog | 6 ++++++ calendar/backends/groupwise/e-cal-backend-groupwise.c | 1 + 2 files changed, 7 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 732947c..8cfa909 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-04-08 Rodrigo Moya + + * backends/groupwise/e-cal-backend-groupwise.c + (e_cal_backend_groupwise_get_static_capabilities): add the + ONE_ALARM_ONLY static capability. + 2004-04-06 Harish K Fixes #55169 diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise.c b/calendar/backends/groupwise/e-cal-backend-groupwise.c index b6761c5..898b468 100644 --- a/calendar/backends/groupwise/e-cal-backend-groupwise.c +++ b/calendar/backends/groupwise/e-cal-backend-groupwise.c @@ -383,6 +383,7 @@ static ECalBackendSyncStatus e_cal_backend_groupwise_get_static_capabilities (ECalBackendSync *backend, EDataCal *cal, char **capabilities) { *capabilities = g_strdup (CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS "," \ + CAL_STATIC_CAPABILITY_ONE_ALARM_ONLY "," \ CAL_STATIC_CAPABILITY_REMOVE_ALARMS "," \ CAL_STATIC_CAPABILITY_NO_THISANDPRIOR "," \ CAL_STATIC_CAPABILITY_NO_THISANDFUTURE); -- 2.7.4