diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-25 05:38:15 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-25 05:38:15 +0800 |
commit | 17a85e8669435d6ad7d1fafe507288fee88e8122 (patch) | |
tree | d0998d80ce2a74d3f7efa7adf6585674f76d53a3 /shell/ChangeLog | |
parent | 277ddb9abe16ba5627f8979faac838ef988b8d3c (diff) | |
download | gsoc2013-evolution-17a85e8669435d6ad7d1fafe507288fee88e8122.tar.gz gsoc2013-evolution-17a85e8669435d6ad7d1fafe507288fee88e8122.tar.zst gsoc2013-evolution-17a85e8669435d6ad7d1fafe507288fee88e8122.zip |
Ooops. Save the pointer to the control for use after the view struct is
* e-shell-view.c (e_shell_view_remove_control_for_uri): Ooops.
Save the pointer to the control for use after the view struct is
freed.
svn path=/trunk/; revision=12458
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c1df4d31b3..ea482e762e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2001-08-24 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (e_shell_view_remove_control_for_uri): Ooops. + Save the pointer to the control for use after the view struct is + freed. + +2001-08-24 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c: New struct `View'. Replace `uri_to_control' in `EShellViewPrivate' with `uri_to_view'. (view_new): New. |