[evolution-patches] 41930



-JP
-- 
JP Rosevear <jpr ximian com>
Ximian, Inc.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1764
diff -u -r1.1764 ChangeLog
--- ChangeLog	14 May 2003 18:45:53 -0000	1.1764
+++ ChangeLog	15 May 2003 19:25:35 -0000
@@ -1,3 +1,10 @@
+2003-05-15  JP Rosevear  <jpr ximian com>
+
+	Fixes #41930
+	
+	* idl/evolution-calendar.idl: Make sure everything that can raise
+	a NotFound exception lists it
+
 2003-05-14  JP Rosevear  <jpr ximian com>
 
 	* gui/e-tasks.c (e_tasks_destroy): guard against multiple destroys
Index: idl/evolution-calendar.idl
===================================================================
RCS file: /cvs/gnome/evolution/calendar/idl/evolution-calendar.idl,v
retrieving revision 1.67
diff -u -r1.67 evolution-calendar.idl
--- idl/evolution-calendar.idl	26 Apr 2003 16:44:47 -0000	1.67
+++ idl/evolution-calendar.idl	15 May 2003 19:25:35 -0000
@@ -200,7 +200,7 @@
 		 * structures themselves.  
 		 */
 		CalComponentAlarmsSeq getAlarmsInRange (in Time_t start, in Time_t end)
-			raises (InvalidRange);
+			raises (NotFound, InvalidRange);
 
 		/* Returns free/busy objects for the given interval */
 		CalObjSeq getFreeBusy (in UserList users, in Time_t start, in Time_t end)
@@ -233,7 +233,7 @@
 		 * updated version.
 		 */
 		void updateObjects (in CalObj calobj, in CalObjModType mod)
-			raises (InvalidObject, PermissionDenied);
+			raises (NotFound, InvalidObject, PermissionDenied);
 
 		/* Removes a component */
 		void removeObject (in CalObjUID uid, in CalObjModType mod)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]