From 12e3ecf07f633d0e496b4e35115b194fc39feab4 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 18 May 2004 14:14:14 +0000 Subject: add arg 2004-05-18 JP Rosevear * idl/evolution-calendar.idl: add arg * gui/alarm-notify/alarm-queue.c (edit_component): send a mode type * gui/alarm-notify/alarm-notify.c: add fixme note * gui/comp-editor-factory.c (impl_editExisting): take a editor mode and twist it into a source type (impl_editNew): ditto (open_client): take a source type for creating the client (lookup_open_client): ditto svn path=/trunk/; revision=25959 --- calendar/idl/evolution-calendar.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'calendar/idl/evolution-calendar.idl') 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 */ -- cgit v1.2.3