diff options
Diffstat (limited to 'calendar/idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 2ead68220b..532fa2a0e4 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -33,7 +33,10 @@ module Calendar { 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) + /* FIXME Its nasty to use CompEditorMode to pass event/todo source type + but it saves adding yet another corba type - only MODE_EVENT or + MODE_TODO should be passed here */ + void editExisting (in string uri, in CalObjUID uid, in CompEditorMode mode) raises (InvalidURI, BackendContactError); /* Loads a calendar and creates a new component of the specified type */ |