From b7129ad46192c18f0d17a6289570dacfa653be95 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 4 Mar 2003 22:19:31 +0000 Subject: Fixes #37883 2003-03-04 JP Rosevear Fixes #37883 * idl/evolution-calendar.idl: getLdapAttribute can raise NotFound svn path=/trunk/; revision=20158 --- calendar/idl/evolution-calendar.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/idl') diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 20fd822d93..4f5657b9f3 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -159,7 +159,8 @@ module Calendar { raises (NotFound); /* Returns the LDAP attribute to get attendees from */ - string getLdapAttribute (); + string getLdapAttribute () + raises (NotFound); /* For going online/offline */ void setMode (in CalMode mode); -- cgit v1.2.3