diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-31 06:11:08 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-31 06:11:08 +0800 |
commit | 54ea765e753c91710513e15e3be54ce86077c461 (patch) | |
tree | ac3d1b43bf600b0fa507f235f55f14450033ee70 /shell/ChangeLog | |
parent | 02ffaef8e15338007818af8687433527a37517e3 (diff) | |
download | gsoc2013-evolution-54ea765e753c91710513e15e3be54ce86077c461.tar gsoc2013-evolution-54ea765e753c91710513e15e3be54ce86077c461.tar.gz gsoc2013-evolution-54ea765e753c91710513e15e3be54ce86077c461.tar.bz2 gsoc2013-evolution-54ea765e753c91710513e15e3be54ce86077c461.tar.lz gsoc2013-evolution-54ea765e753c91710513e15e3be54ce86077c461.tar.xz gsoc2013-evolution-54ea765e753c91710513e15e3be54ce86077c461.tar.zst gsoc2013-evolution-54ea765e753c91710513e15e3be54ce86077c461.zip |
Duplicate the owner before pinging it. Fixes #13802.
* evolution-shell-component.c (owner_ping_callback): Duplicate the
owner before pinging it. Fixes #13802.
svn path=/trunk/; revision=14488
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 75d2d825c5..9950766fc5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-10-30 Ettore Perazzoli <ettore@ximian.com> + * evolution-shell-component.c (owner_ping_callback): Duplicate the + owner before pinging it. Fixes #13802. + +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 |