diff options
author | Kidd Wang <kidd.wang@sun.com> | 2004-03-12 13:49:35 +0800 |
---|---|---|
committer | Kidd Wang <kiddwang@src.gnome.org> | 2004-03-12 13:49:35 +0800 |
commit | 30436b730b5e470f17e587ce00b02a47c31b1be9 (patch) | |
tree | 31c54829be81a8fff93c70198b3722b68a92064f /calendar/ChangeLog | |
parent | e4f2ba413890a33507dfe1d8f6c48912a10f74b8 (diff) | |
download | gsoc2013-evolution-30436b730b5e470f17e587ce00b02a47c31b1be9.tar gsoc2013-evolution-30436b730b5e470f17e587ce00b02a47c31b1be9.tar.gz gsoc2013-evolution-30436b730b5e470f17e587ce00b02a47c31b1be9.tar.bz2 gsoc2013-evolution-30436b730b5e470f17e587ce00b02a47c31b1be9.tar.lz gsoc2013-evolution-30436b730b5e470f17e587ce00b02a47c31b1be9.tar.xz gsoc2013-evolution-30436b730b5e470f17e587ce00b02a47c31b1be9.tar.zst gsoc2013-evolution-30436b730b5e470f17e587ce00b02a47c31b1be9.zip |
add a call to e_cal_component_commit_sequence since we have changed the
2004-03-09 Kidd Wang <kidd.wang@sun.com>
* gui/e-day-view.c: (e_day_view_finish_long_event_resize): add a call
to e_cal_component_commit_sequence since we have changed the property
of the component. Whether the new event is all day should also be
set properly according to the value of the original event.
svn path=/trunk/; revision=25039
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 491e44fad6..ce0a44b20e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-03-09 Kidd Wang <kidd.wang@sun.com> + + * gui/e-day-view.c: (e_day_view_finish_long_event_resize): add a call + to e_cal_component_commit_sequence since we have changed the property + of the component. Whether the new event is all day should also be + set properly according to the value of the original event. + 2004-03-08 Rodrigo Moya <rodrigo@ximian.com> Fixes #48106 |