diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2008-08-14 17:10:01 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2008-08-14 17:10:01 +0800 |
commit | 63376bd6f23bd75e29c8bdeec521cca8e24f1cd5 (patch) | |
tree | 8d95fdc06365a91735aff1bebe8ce53c6d3b39c0 /calendar/ChangeLog | |
parent | 62e25bf5b8b54daf78b49d8055e8c7b90138ae4b (diff) | |
download | gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.gz gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.bz2 gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.lz gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.xz gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.tar.zst gsoc2013-evolution-63376bd6f23bd75e29c8bdeec521cca8e24f1cd5.zip |
Fixed some warnings.
2008-08-17 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/event-page.c: (source_changed_cb):
* gui/dialogs/memo-page.c: (source_changed_cb):
* gui/e-cal-model.c: (e_cal_model_set_timezone),
(e_cal_view_done_cb):
* gui/e-day-view-config.c: Fixed some warnings.
svn path=/trunk/; revision=35987
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 944246e8de..cca6e6a6ca 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2008-08-17 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/dialogs/event-page.c: (source_changed_cb): + * gui/dialogs/memo-page.c: (source_changed_cb): + * gui/e-cal-model.c: (e_cal_model_set_timezone), + (e_cal_view_done_cb): + * gui/e-day-view-config.c: Fixed some warnings. + 2008-08-15 Chenthill Palanisamy <pchenthill@novell.com> Fixes #347287 |