aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-06 02:17:48 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-06 02:17:48 +0800
commit171018d3116779391e550cdce5413f1ee893fa68 (patch)
tree870b3d4fb29a1ffb122d92b0ffd73eabbef102ab /shell/ChangeLog
parentd8eb6abb187c001fda9a6626323b41153a58c2ef (diff)
downloadgsoc2013-evolution-171018d3116779391e550cdce5413f1ee893fa68.tar
gsoc2013-evolution-171018d3116779391e550cdce5413f1ee893fa68.tar.gz
gsoc2013-evolution-171018d3116779391e550cdce5413f1ee893fa68.tar.bz2
gsoc2013-evolution-171018d3116779391e550cdce5413f1ee893fa68.tar.lz
gsoc2013-evolution-171018d3116779391e550cdce5413f1ee893fa68.tar.xz
gsoc2013-evolution-171018d3116779391e550cdce5413f1ee893fa68.tar.zst
gsoc2013-evolution-171018d3116779391e550cdce5413f1ee893fa68.zip
If the owner is dead, emit "owner_died" instead of "owner_unset".
* evolution-shell-component.c (impl_setOwner): If the owner is dead, emit "owner_died" instead of "owner_unset". (impl_owner_died): New, default implementation for "owner_died". (class_init): Install it. * evolution-shell-component.h: New signal "owner_died". svn path=/trunk/; revision=13449
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 004c44a304..884fa7fdef 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2001-10-05 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-shell-component.c (impl_setOwner): If the owner is
+ dead, emit "owner_died" instead of "owner_unset".
+ (impl_owner_died): New, default implementation for "owner_died".
+ (class_init): Install it.
+
+ * evolution-shell-component.h: New signal "owner_died".
+
+2001-10-05 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell.c (set_owner_on_components): If setting the owner fails,
print the a warning message out. Then restart the component.