From 4ad72d24ee36553c85c1bbf21b22c46f77c2ac82 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 20 Aug 2003 10:17:18 +0000 Subject: Merged from calendar-views-with-model branch svn path=/trunk/; revision=22308 --- calendar/gui/comp-editor-factory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/comp-editor-factory.c') diff --git a/calendar/gui/comp-editor-factory.c b/calendar/gui/comp-editor-factory.c index af52c8f4e2..f76e0d4f03 100644 --- a/calendar/gui/comp-editor-factory.c +++ b/calendar/gui/comp-editor-factory.c @@ -95,7 +95,7 @@ static void comp_editor_factory_finalize (GObject *object); static void impl_editExisting (PortableServer_Servant servant, const CORBA_char *str_uri, - const GNOME_Evolution_Calendar_CalObjUID uid, + const CORBA_char *uid, CORBA_Environment *ev); static void impl_editNew (PortableServer_Servant servant, const CORBA_char *str_uri, @@ -585,7 +585,7 @@ queue_edit_existing (OpenClient *oc, const char *uid) static void impl_editExisting (PortableServer_Servant servant, const CORBA_char *str_uri, - const GNOME_Evolution_Calendar_CalObjUID uid, + const CORBA_char *uid, CORBA_Environment *ev) { CompEditorFactory *factory; -- cgit v1.2.3