diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 02:55:28 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 02:55:28 +0800 |
commit | cb704fd31b7ea71c2adc798796ff72cb555c20b8 (patch) | |
tree | 7c33ddbdeb19d90d74cb7512e3985948aee3e229 /shell/ChangeLog | |
parent | e44bbc64b8885fe92eb66cf1bcae282b80f1ae8d (diff) | |
download | gsoc2013-evolution-cb704fd31b7ea71c2adc798796ff72cb555c20b8.tar gsoc2013-evolution-cb704fd31b7ea71c2adc798796ff72cb555c20b8.tar.gz gsoc2013-evolution-cb704fd31b7ea71c2adc798796ff72cb555c20b8.tar.bz2 gsoc2013-evolution-cb704fd31b7ea71c2adc798796ff72cb555c20b8.tar.lz gsoc2013-evolution-cb704fd31b7ea71c2adc798796ff72cb555c20b8.tar.xz gsoc2013-evolution-cb704fd31b7ea71c2adc798796ff72cb555c20b8.tar.zst gsoc2013-evolution-cb704fd31b7ea71c2adc798796ff72cb555c20b8.zip |
[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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9d8bfd17f3..8bbd937ec7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,21 @@ 2001-09-04 Ettore Perazzoli <ettore@ximian.com> + [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 <ettore@ximian.com> + [Fix #6971, Default folder should be the Summary.] * main.c (idle_cb): s/DEFAULT_URI/E_SHELL_VIEW_DEFAULT_URI/. |