diff options
author | JP Rosevear <jpr@ximian.com> | 2004-04-22 22:29:50 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-04-22 22:29:50 +0800 |
commit | 90d533c1a3f7e6e24eb308b355aaabf95bb3c4c3 (patch) | |
tree | cb848399c52100798279303c5696402410f4d98b /calendar/ChangeLog | |
parent | c0754b634530142ce633207d42866175c506fade (diff) | |
download | gsoc2013-evolution-90d533c1a3f7e6e24eb308b355aaabf95bb3c4c3.tar.gz gsoc2013-evolution-90d533c1a3f7e6e24eb308b355aaabf95bb3c4c3.tar.zst gsoc2013-evolution-90d533c1a3f7e6e24eb308b355aaabf95bb3c4c3.zip |
Fixes #56092
2004-04-22 JP Rosevear <jpr@ximian.com>
Fixes #56092
* gui/e-day-view.c (e_day_view_show_popup_menu): weak ref for the
menu to be destroyed
(popup_destroyed_cb): reset popup_event_num and popup_event_day
* gui/e-week-view.c (e_week_view_show_popup_menu): weak ref for
the menu to be destroyed
(popup_destroyed_cb): reset the popup_event_num
svn path=/trunk/; revision=25583
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a8953c347b..2d8ac3e8b0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,4 +1,16 @@ -2004-04-21 JP Rosevear <jpr@ximian.com> +2004-04-22 JP Rosevear <jpr@ximian.com> + + Fixes #56092 + + * gui/e-day-view.c (e_day_view_show_popup_menu): weak ref for the + menu to be destroyed + (popup_destroyed_cb): reset popup_event_num and popup_event_day + + * gui/e-week-view.c (e_week_view_show_popup_menu): weak ref for + the menu to be destroyed + (popup_destroyed_cb): reset the popup_event_num + +2004-04-21 JP Rosevear <jpr@ximian.com> * gui/calendar-component.c (create_new_event): make sure we don't deref a NULL pointer |