diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-12-16 01:38:03 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-12-16 01:38:03 +0800 |
commit | 23943aefff2d9b283a3eceaadb378e33d6c484c3 (patch) | |
tree | d201a059e393435ccf378f3a8ed96c42242e862a | |
parent | 0b1e3b7640748470b2c40b259b9276ef7d84abf9 (diff) | |
download | gsoc2013-evolution-23943aefff2d9b283a3eceaadb378e33d6c484c3.tar.gz gsoc2013-evolution-23943aefff2d9b283a3eceaadb378e33d6c484c3.tar.zst gsoc2013-evolution-23943aefff2d9b283a3eceaadb378e33d6c484c3.zip |
Fixed a possible crash with the tooltip impl in calendar
2005-12-15 Srinivasa Ragavan <sragavan@novell.com>
* Fixed a possible crash with the tooltip impl in calendar
svn path=/trunk/; revision=30786
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b209fb8189..f9d8472442 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> + * gui/e-week-view.c: (e_week_view_reshape_event_span), + (e_week_view_on_text_item_event): Added event-num to the + CanvasItem to be picked up by the event handler. This causes + crash in the tooltip in the week/month view. + +2005-12-15 Srinivasa Ragavan <sragavan@novell.com> + reviewed by: <delete if not using a buddy> * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Removed |