diff options
Diffstat (limited to 'calendar/idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 89926386e2..bee377c76a 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -37,8 +37,8 @@ module Calendar { /* Types of object changes made */ typedef long CalObjChangeType; const CalObjChangeType ADDED = 1 << 0; - const CalObjChangeType MODIFIED = 1 << 0; - const CalObjChangeType DELETED = 1 << 1; + const CalObjChangeType MODIFIED = 1 << 1; + const CalObjChangeType DELETED = 1 << 2; /* Types of alarms */ enum AlarmType { |