diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-08 19:02:42 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-08 19:02:42 +0800 |
commit | 7a7653f20a4e115339a40ceba828a6ccd35e4653 (patch) | |
tree | 794ab665f472b782e5951d9d646311fa3637819e /shell/ChangeLog | |
parent | e9913e316c20ef81f371c2a6f449bcdc7d25236f (diff) | |
download | gsoc2013-evolution-7a7653f20a4e115339a40ceba828a6ccd35e4653.tar gsoc2013-evolution-7a7653f20a4e115339a40ceba828a6ccd35e4653.tar.gz gsoc2013-evolution-7a7653f20a4e115339a40ceba828a6ccd35e4653.tar.bz2 gsoc2013-evolution-7a7653f20a4e115339a40ceba828a6ccd35e4653.tar.lz gsoc2013-evolution-7a7653f20a4e115339a40ceba828a6ccd35e4653.tar.xz gsoc2013-evolution-7a7653f20a4e115339a40ceba828a6ccd35e4653.tar.zst gsoc2013-evolution-7a7653f20a4e115339a40ceba828a6ccd35e4653.zip |
Changed so that ::set_owner is called after setting up the local
storage, instead of being called before.
svn path=/trunk/; revision=5259
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index fe823c91e6..be76238302 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,16 @@ 2000-09-08 Ettore Perazzoli <ettore@helixcode.com> + * e-shell.c (set_owner_on_components): New. + (e_shell_construct): Call it after setting up the local storage. + + * e-component-registry.c (register_component): Don't set the owner + here. + + * evolution-shell-client.c + (evolution_shell_client_get_local_storage): New. + +2000-09-08 Ettore Perazzoli <ettore@helixcode.com> + * evolution-shell-view.c (destroy): Chain to the parent's destroy method. |