diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-09-28 16:40:29 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-09-28 16:40:29 +0800 |
commit | 0fa1dbec3cbb6cc5b16a7dcbf94620eecbdf2e96 (patch) | |
tree | 0e4221097375e947895174c77fb5f7b14c7e34f8 /calendar/ChangeLog | |
parent | f4c7aaa0f974c1080313ed6cf4f46f05eed63edc (diff) | |
download | gsoc2013-evolution-0fa1dbec3cbb6cc5b16a7dcbf94620eecbdf2e96.tar.gz gsoc2013-evolution-0fa1dbec3cbb6cc5b16a7dcbf94620eecbdf2e96.tar.zst gsoc2013-evolution-0fa1dbec3cbb6cc5b16a7dcbf94620eecbdf2e96.zip |
** Fix for bug #334692
2006-09-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #334692
* gui/e-week-view.c: (e_week_view_on_scroll), (tooltip_destroy),
(tooltip_event_cb), (e_week_view_on_text_item_event): Remove the
timers that are left out when using scroll. They seem to trigger
crashes.
svn path=/trunk/; revision=32816
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 d0423c1eae..a44abc9440 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2006-09-28 Srinivasa Ragavan <sragavan@novell.com> + + ** Fix for bug #334692 + + * gui/e-week-view.c: (e_week_view_on_scroll), (tooltip_destroy), + (tooltip_event_cb), (e_week_view_on_text_item_event): Remove the + timers that are left out when using scroll. They seem to trigger + crashes. + 2006-09-21 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #354775 |