diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-10 07:59:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-10 07:59:39 +0800 |
commit | 921933660b1dba5a93e98d7b244fcd439896ae9f (patch) | |
tree | b680c746d5c269c33d430fe1dc2662e9c16fda4f /shell/ChangeLog | |
parent | c002a2ab81f9a2ef782309f455e1232bbe5543a9 (diff) | |
download | gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.tar gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.tar.gz gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.tar.bz2 gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.tar.lz gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.tar.xz gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.tar.zst gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.zip |
Properly reset activity_interface to NULL.
* evolution-shell-client.c (impl_dispose): Properly reset
activity_interface to NULL.
(evolution_shell_client_construct): Ref the shell object here.
* e-shell.c (view_weak_notify): Ref the shell since it's being
passed to notify_no_views_left_idle_cb as the data.
(notify_no_views_left_idle_cb): Only unref the shell here.
svn path=/trunk/; revision=19381
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e1d4bc95ac..87fa75b6f8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2003-01-09 Ettore Perazzoli <ettore@ximian.com> + + * evolution-shell-client.c (impl_dispose): Properly reset + activity_interface to NULL. + (evolution_shell_client_construct): Ref the shell object here. + + * e-shell.c (view_weak_notify): Ref the shell since it's being + passed to notify_no_views_left_idle_cb as the data. + (notify_no_views_left_idle_cb): Only unref the shell here. + 2003-01-08 Not Zed <NotZed@Ximian.com> * e-shell-settings-dialog.c (set_dialog_size): dont unref the |