aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/idl
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/idl')
-rw-r--r--calendar/idl/evolution-calendar.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl
index f38bc9b47a..7ad011aecf 100644
--- a/calendar/idl/evolution-calendar.idl
+++ b/calendar/idl/evolution-calendar.idl
@@ -330,8 +330,9 @@ module Calendar {
typedef long CompEditorMode;
const CompEditorMode EDITOR_MODE_EVENT = 1 << 0;
- const CompEditorMode EDITOR_MODE_MEETING = 1 << 1;
- const CompEditorMode EDITOR_MODE_TODO = 1 << 2;
+ const CompEditorMode EDITOR_MODE_ALLDAY_EVENT = 1 << 1;
+ const CompEditorMode EDITOR_MODE_MEETING = 1 << 2;
+ const CompEditorMode EDITOR_MODE_TODO = 1 << 3;
/* Loads a calendar and opens an editor for the specified object */
void editExisting (in string uri, in CalObjUID uid)