aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-29 16:07:23 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-29 16:07:23 +0800
commit5054beec4501b7c1ac4758cfffa6c9278b6cab59 (patch)
treed0ba39250e57b7b2e705ea54e04018acbc534082 /shell/ChangeLog
parent8e598e640e9cbc8fe42d5d017b4557d656f24c5b (diff)
downloadgsoc2013-evolution-5054beec4501b7c1ac4758cfffa6c9278b6cab59.tar
gsoc2013-evolution-5054beec4501b7c1ac4758cfffa6c9278b6cab59.tar.gz
gsoc2013-evolution-5054beec4501b7c1ac4758cfffa6c9278b6cab59.tar.bz2
gsoc2013-evolution-5054beec4501b7c1ac4758cfffa6c9278b6cab59.tar.lz
gsoc2013-evolution-5054beec4501b7c1ac4758cfffa6c9278b6cab59.tar.xz
gsoc2013-evolution-5054beec4501b7c1ac4758cfffa6c9278b6cab59.tar.zst
gsoc2013-evolution-5054beec4501b7c1ac4758cfffa6c9278b6cab59.zip
Ref the shell. (destroy): Unref the shell. (destroy): Free the
* e-shell-view.c (e_shell_view_construct): Ref the shell. (destroy): Unref the shell. (destroy): Free the delayed_selection. No need to call `cleanup_delayed_selection()' as the signal handler will have already be disconnected at this point [as we are using connect_while_alive()']. svn path=/trunk/; revision=14325
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 6731001353..5df2aee73a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,12 @@
+2001-10-29 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-shell-view.c (e_shell_view_construct): Ref the shell.
+ (destroy): Unref the shell.
+ (destroy): Free the delayed_selection. No need to call
+ `cleanup_delayed_selection()' as the signal handler will have
+ already be disconnected at this point [as we are using
+ connect_while_alive()'].
+
2001-10-28 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view.c (destroy): Call `cleanup_delayed_selection()' as