diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-12 05:21:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-12 05:21:00 +0800 |
commit | e1e75fa38d0aac27008cf089cf99257cb83964ae (patch) | |
tree | 852f9d72754db434c90176bb0f49df8a058f0c0d /shell/ChangeLog | |
parent | 8f7b3fabe5f53b57f9d6f6df048a9faf23e0837a (diff) | |
download | gsoc2013-evolution-e1e75fa38d0aac27008cf089cf99257cb83964ae.tar gsoc2013-evolution-e1e75fa38d0aac27008cf089cf99257cb83964ae.tar.gz gsoc2013-evolution-e1e75fa38d0aac27008cf089cf99257cb83964ae.tar.bz2 gsoc2013-evolution-e1e75fa38d0aac27008cf089cf99257cb83964ae.tar.lz gsoc2013-evolution-e1e75fa38d0aac27008cf089cf99257cb83964ae.tar.xz gsoc2013-evolution-e1e75fa38d0aac27008cf089cf99257cb83964ae.tar.zst gsoc2013-evolution-e1e75fa38d0aac27008cf089cf99257cb83964ae.zip |
(impl_dispose): Do unref the config_listener here [I
fixed the finalize crash we were getting].
svn path=/trunk/; revision=18711
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 f2b82225fb..ac839c82d1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2002-11-11 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (impl_dispose): Do unref the config_listener here [I + fixed the finalize crash we were getting]. + +2002-11-11 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (impl_finalize): Protect against priv->checkboxes being NULL. |