aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-25 05:38:15 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-25 05:38:15 +0800
commit17a85e8669435d6ad7d1fafe507288fee88e8122 (patch)
treed0998d80ce2a74d3f7efa7adf6585674f76d53a3 /shell/ChangeLog
parent277ddb9abe16ba5627f8979faac838ef988b8d3c (diff)
downloadgsoc2013-evolution-17a85e8669435d6ad7d1fafe507288fee88e8122.tar
gsoc2013-evolution-17a85e8669435d6ad7d1fafe507288fee88e8122.tar.gz
gsoc2013-evolution-17a85e8669435d6ad7d1fafe507288fee88e8122.tar.bz2
gsoc2013-evolution-17a85e8669435d6ad7d1fafe507288fee88e8122.tar.lz
gsoc2013-evolution-17a85e8669435d6ad7d1fafe507288fee88e8122.tar.xz
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/ChangeLog6
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.