diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-30 18:04:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-30 18:04:45 +0800 |
commit | cc0facedacf4d31e47d265cac871d334b6b566d1 (patch) | |
tree | 3a8995a50dd86b3e661911ec7afef78b90d58927 /shell/ChangeLog | |
parent | 43aa02ecd418a9a898d4287aa5a29f050486d605 (diff) | |
download | gsoc2013-evolution-cc0facedacf4d31e47d265cac871d334b6b566d1.tar gsoc2013-evolution-cc0facedacf4d31e47d265cac871d334b6b566d1.tar.gz gsoc2013-evolution-cc0facedacf4d31e47d265cac871d334b6b566d1.tar.bz2 gsoc2013-evolution-cc0facedacf4d31e47d265cac871d334b6b566d1.tar.lz gsoc2013-evolution-cc0facedacf4d31e47d265cac871d334b6b566d1.tar.xz gsoc2013-evolution-cc0facedacf4d31e47d265cac871d334b6b566d1.tar.zst gsoc2013-evolution-cc0facedacf4d31e47d265cac871d334b6b566d1.zip |
Added missing CORBA_Object_duplicate() when storing the shell
object pointer in ::set_owner.
svn path=/trunk/; revision=3826
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 a5acff39cf..d7f70b0d15 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2000-06-30 Ettore Perazzoli <ettore@helixcode.com> + * evolution-shell-component.c (impl_ShellComponent_set_owner): + Duplicate the object before storing it, you doofus. + +2000-06-30 Ettore Perazzoli <ettore@helixcode.com> + * evolution-shell-component.c (impl_ShellComponent_unset_owner): NULL the owner_client. |