diff options
author | Milan Crha <mcrha@redhat.com> | 2008-09-09 17:06:46 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-09-09 17:06:46 +0800 |
commit | 0ce029d8613205e1c49b771598cae8fe4ab514f9 (patch) | |
tree | ea9cad89770b82a2d2a71dbf66909bf60beaa482 /calendar/ChangeLog | |
parent | 58faf35ecf90c2ea0594b6ee1df3d7f1986239cb (diff) | |
download | gsoc2013-evolution-0ce029d8613205e1c49b771598cae8fe4ab514f9.tar gsoc2013-evolution-0ce029d8613205e1c49b771598cae8fe4ab514f9.tar.gz gsoc2013-evolution-0ce029d8613205e1c49b771598cae8fe4ab514f9.tar.bz2 gsoc2013-evolution-0ce029d8613205e1c49b771598cae8fe4ab514f9.tar.lz gsoc2013-evolution-0ce029d8613205e1c49b771598cae8fe4ab514f9.tar.xz gsoc2013-evolution-0ce029d8613205e1c49b771598cae8fe4ab514f9.tar.zst gsoc2013-evolution-0ce029d8613205e1c49b771598cae8fe4ab514f9.zip |
** Fix for bug #551382
2008-09-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #551382
* gui/e-week-view.c: (model_comps_deleted_cb):
* gui/e-cal-model.c: (redo_queries):
Get rid of unused variables.
* gui/e-cal-model.c: (e_cal_view_objects_modified_cb):
Use result of g_list_prepend, thus report changes properly.
svn path=/trunk/; revision=36282
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 7f04a4c43b..92de5afd33 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2008-09-09 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #551382 + + * gui/e-week-view.c: (model_comps_deleted_cb): + * gui/e-cal-model.c: (redo_queries): + Get rid of unused variables. + * gui/e-cal-model.c: (e_cal_view_objects_modified_cb): + Use result of g_list_prepend, thus report changes properly. + 2008-09-08 Chenthill Palanisamy <pchenthill@novell.com> Fixes #544187 |