diff options
Diffstat (limited to 'calendar/pcs/cal.c')
-rw-r--r-- | calendar/pcs/cal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/pcs/cal.c b/calendar/pcs/cal.c index 321a7c23db..a266977cbc 100644 --- a/calendar/pcs/cal.c +++ b/calendar/pcs/cal.c @@ -410,6 +410,7 @@ impl_Cal_update_objects (PortableServer_Servant servant, bonobo_exception_set (ev, ex_GNOME_Evolution_Calendar_Cal_PermissionDenied); break; default : + break; } } @@ -438,6 +439,7 @@ impl_Cal_remove_object (PortableServer_Servant servant, bonobo_exception_set (ev, ex_GNOME_Evolution_Calendar_Cal_PermissionDenied); break; default : + break; } } |