diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-20 10:58:17 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-20 10:58:17 +0800 |
commit | 4d477c44974bf1f69b17c8eec5f2e802876c56b1 (patch) | |
tree | 755195dc230a96e85dbe816634032cd623eddf88 /shell/ChangeLog | |
parent | 8a11c38be74c6a51150ab67d06193063a67e7ef0 (diff) | |
download | gsoc2013-evolution-4d477c44974bf1f69b17c8eec5f2e802876c56b1.tar.gz gsoc2013-evolution-4d477c44974bf1f69b17c8eec5f2e802876c56b1.tar.zst gsoc2013-evolution-4d477c44974bf1f69b17c8eec5f2e802876c56b1.zip |
Put the bonobo_object_release_unref() for the db at the top in an attempt
* e-shell.c (destroy): Put the bonobo_object_release_unref() for
the db at the top in an attempt to fix #7542.
svn path=/trunk/; revision=12238
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 e61a302150..2946f23bdf 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-08-19 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (destroy): Put the bonobo_object_release_unref() for + the db at the top in an attempt to fix #7542. + +2001-08-19 Ettore Perazzoli <ettore@ximian.com> + * e-summary-storage.c (e_summary_storage_new): Change type of toplevel node from "Summary" to "summary". [All the other folder types use lowercase names.] |