From 6c95c6da0e9d40216e05109b5f4acb92c5ab5256 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 4 Mar 2003 20:59:13 +0000 Subject: call cal_client_get_cal_address instead of cal_client_get_email_address 2003-03-04 JP Rosevear * gui/itip-utils.c (itip_organizer_is_user): call cal_client_get_cal_address instead of cal_client_get_email_address * gui/dialogs/meeting-page.c (meeting_page_construct): ditto * pcs/cal.c (impl_Cal_get_cal_address): implement updated method name (cal_class_init): set method implementation * pcs/cal-backend.c (cal_backend_class_init): init get_cal_address virtual function (cal_backend_get_cal_address): call proper function * pcs/cal-backend.h: update proto, rename get_email_address virtual function to get_cal_address virtual function * pcs/cal-backend-file.c (cal_backend_file_class_init): match get_cal_address call (cal_backend_file_get_cal_address): rename from cal_backend_file_get_email_address * cal-client/cal-client.c: rename email_address private member to cal_address (cal_client_init): init cal_address (cal_client_destroy): free cal_address and properly free alarm_email_address (cal_client_get_cal_address): rename from cal_client_get_email_address and call proper corba function svn path=/trunk/; revision=20151 --- calendar/idl/evolution-calendar.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/idl/evolution-calendar.idl') diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 5a72a5da6d..5feb0082ec 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -150,9 +150,9 @@ module Calendar { /* Information on the backend's capabilities */ string getStaticCapabilities (); - /* Return the email address associated with this calendar, + /* Return the cal address associated with this calendar, if any. */ - string getEmailAddress () + string getCalAddress () raises (NotFound); string getAlarmEmailAddress () -- cgit v1.2.3