aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-31 05:57:15 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-31 05:57:15 +0800
commit8ab23573e7476045751de8b3c2a5e31656234a85 (patch)
tree17a3a93f728433e605868b99f4f01661d349f32d /shell/ChangeLog
parent3599e4885594487ccd440950d2f92099c873cf4c (diff)
downloadgsoc2013-evolution-8ab23573e7476045751de8b3c2a5e31656234a85.tar
gsoc2013-evolution-8ab23573e7476045751de8b3c2a5e31656234a85.tar.gz
gsoc2013-evolution-8ab23573e7476045751de8b3c2a5e31656234a85.tar.bz2
gsoc2013-evolution-8ab23573e7476045751de8b3c2a5e31656234a85.tar.lz
gsoc2013-evolution-8ab23573e7476045751de8b3c2a5e31656234a85.tar.xz
gsoc2013-evolution-8ab23573e7476045751de8b3c2a5e31656234a85.tar.zst
gsoc2013-evolution-8ab23573e7476045751de8b3c2a5e31656234a85.zip
New. (class_init): Install it. (impl_unsetOwner): Just emit the
* evolution-shell-component.c (impl_owner_unset): New. (class_init): Install it. (impl_unsetOwner): Just emit the "owner_unset" signal as the default implementation for that signal does all the work now. (impl_owner_died): Set the owner_client to %NULL before unreffing it. (destroy): Likewise. (impl_owner_unset): Likewise. svn path=/trunk/; revision=14484
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index bc51e17655..75d2d825c5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,16 @@
2001-10-30 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-shell-component.c (impl_owner_unset): New.
+ (class_init): Install it.
+ (impl_unsetOwner): Just emit the "owner_unset" signal as the
+ default implementation for that signal does all the work now.
+ (impl_owner_died): Set the owner_client to %NULL before unreffing
+ it.
+ (destroy): Likewise.
+ (impl_owner_unset): Likewise.
+
+2001-10-30 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view.c (e_shell_view_construct): Connect to the
"removed_folder" signal with gtk_signal_connect_while_alive() so
we don't crash if the view gets destroyed. Fixes #13285.