diff options
author | Bolian Yin <bolian.yin@sun.com> | 2003-06-30 03:10:29 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-06-30 03:10:29 +0800 |
commit | 08d2a61511b5cfc253c633fe56bc8b2476b4e861 (patch) | |
tree | 695f750f33578cc8ce663cc7b1d8b3124011e7ea /calendar/ChangeLog | |
parent | 5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff) | |
download | gsoc2013-evolution-08d2a61511b5cfc253c633fe56bc8b2476b4e861.tar gsoc2013-evolution-08d2a61511b5cfc253c633fe56bc8b2476b4e861.tar.gz gsoc2013-evolution-08d2a61511b5cfc253c633fe56bc8b2476b4e861.tar.bz2 gsoc2013-evolution-08d2a61511b5cfc253c633fe56bc8b2476b4e861.tar.lz gsoc2013-evolution-08d2a61511b5cfc253c633fe56bc8b2476b4e861.tar.xz gsoc2013-evolution-08d2a61511b5cfc253c633fe56bc8b2476b4e861.tar.zst gsoc2013-evolution-08d2a61511b5cfc253c633fe56bc8b2476b4e861.zip |
Fixes #45276
2003-06-26 Bolian Yin <bolian.yin@sun.com>
Fixes #45276
* gui/e-day-view.c (e_day_view_on_text_item_event): set focus to dayview
when editing is canceled.
* gui/e-week-view.c (e_week_view_on_text_item_event): set focus to weekview
when editing is canceled
svn path=/trunk/; revision=21682
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 07413363f0..7f2629cb71 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2003-06-26 Bolian Yin <bolian.yin@sun.com> + + Fixes #45276 + + * gui/e-day-view.c (e_day_view_on_text_item_event): set focus to dayview + when editing is canceled. + * gui/e-week-view.c (e_week_view_on_text_item_event): set focus to weekview + when editing is canceled + 2003-06-25 Rodrigo Moya <rodrigo@ximian.com> Fixes #44723 |