diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-23 23:25:44 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-23 23:25:44 +0800 |
commit | 9855ee6ebfbc99dc84087c521d520c4c7fc62438 (patch) | |
tree | 0b4bbaabeda47b852d096a97a5944c36f0d6dd70 /calendar/ChangeLog | |
parent | b62d7e660eb743b06338441cb8a1827dd8d8102b (diff) | |
download | gsoc2013-evolution-9855ee6ebfbc99dc84087c521d520c4c7fc62438.tar.gz gsoc2013-evolution-9855ee6ebfbc99dc84087c521d520c4c7fc62438.tar.zst gsoc2013-evolution-9855ee6ebfbc99dc84087c521d520c4c7fc62438.zip |
fix non-ANSI switch statements.
* pcs/cal.c (imple_Cal_update_objects, impl_Cal_remove_object):
fix non-ANSI switch statements.
* gui/e-meeting-model.c (is_cell_editable, value_is_empty,
process_free_busy_comp): Likewise
* gui/itip-utils.c (comp_compliant): Likewise.
svn path=/trunk/; revision=18169
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index fa7e540c70..04843e7913 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2002-09-23 Dan Winship <danw@ximian.com> + + * pcs/cal.c (imple_Cal_update_objects, impl_Cal_remove_object): + fix non-ANSI switch statements. + + * gui/e-meeting-model.c (is_cell_editable, value_is_empty, + process_free_busy_comp): Likewise + + * gui/itip-utils.c (comp_compliant): Likewise. + 2002-09-23 Rodrigo Moya <rodrigo@ximian.com> * gui/main.c (launch_alarm_daemon): install an idle callback that will |