From cb704fd31b7ea71c2adc798796ff72cb555c20b8 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 5 Sep 2001 18:55:28 +0000 Subject: [Fix #6474 and friends, crash when selecting things from the context activity context menu.] * e-activity-handler.c: New member `menu' in struct `ActivityInfo'. (activity_info_new): Init to NULL. (show_cancellation_popup): Set the `menu' member to point to this newly created pop-up, use `gnome_popup_menu_do_popup_modal()' instead of `gnome_popup_menu_do_popup()', and set the `menu' member to NULL when the menu is gone. (activity_info_free): Destroy `menu' member. (impl_requestDialog): Return `GNOME_Evolution_Activity_DIALOG_ACTION_ERROR' instead of nothing. svn path=/trunk/; revision=12624 --- shell/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 9d8bfd17f3..8bbd937ec7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,19 @@ +2001-09-04 Ettore Perazzoli + + [Fix #6474 and friends, crash when selecting things from the + context activity context menu.] + + * e-activity-handler.c: New member `menu' in struct + `ActivityInfo'. + (activity_info_new): Init to NULL. + (show_cancellation_popup): Set the `menu' member to point to this + newly created pop-up, use `gnome_popup_menu_do_popup_modal()' + instead of `gnome_popup_menu_do_popup()', and set the `menu' + member to NULL when the menu is gone. + (activity_info_free): Destroy `menu' member. + (impl_requestDialog): Return + `GNOME_Evolution_Activity_DIALOG_ACTION_ERROR' instead of nothing. + 2001-09-04 Ettore Perazzoli [Fix #6971, Default folder should be the Summary.] -- cgit v1.2.3