diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-09 15:09:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-09 15:09:28 +0800 |
commit | 6692c3b3d49dbf23caeb6f4f8adecc8508a6d23c (patch) | |
tree | 24987a939bc1a06b840662e42a0cf4caecf095ad /addressbook/ChangeLog | |
parent | 3f6ddb02e81fcd90987bc19b5e495686443617f9 (diff) | |
download | gsoc2013-evolution-6692c3b3d49dbf23caeb6f4f8adecc8508a6d23c.tar gsoc2013-evolution-6692c3b3d49dbf23caeb6f4f8adecc8508a6d23c.tar.gz gsoc2013-evolution-6692c3b3d49dbf23caeb6f4f8adecc8508a6d23c.tar.bz2 gsoc2013-evolution-6692c3b3d49dbf23caeb6f4f8adecc8508a6d23c.tar.lz gsoc2013-evolution-6692c3b3d49dbf23caeb6f4f8adecc8508a6d23c.tar.xz gsoc2013-evolution-6692c3b3d49dbf23caeb6f4f8adecc8508a6d23c.tar.zst gsoc2013-evolution-6692c3b3d49dbf23caeb6f4f8adecc8508a6d23c.zip |
Rearranged order of things getting destroyed.
2000-05-09 Christopher James Lahey <clahey@helixcode.com>
* gui/component/e-addressbook-model.c: Rearranged order of things
getting destroyed.
* gui/minicard/e-minicard-view.c: Rearranged order of things
getting destroyed. Don't set attributes of non-null or destroyed
items. Destroy parent object when destroyed. Maintain ref_count
of items in list.
* gui/minicard/e-minicard.c: Don't set attributes of non-null
items.
* gui/minicard/e-reflow-sorted.c: Maintain ref_count of items in
list.
* gui/minicard/e-reflow.c: Maintain ref_count of items in list.
Destroy parent object when destroyed.
svn path=/trunk/; revision=2935
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 633a502aa7..3d05af089a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,24 @@ 2000-05-09 Christopher James Lahey <clahey@helixcode.com> + * gui/component/e-addressbook-model.c: Rearranged order of things + getting destroyed. + + * gui/minicard/e-minicard-view.c: Rearranged order of things + getting destroyed. Don't set attributes of non-null or destroyed + items. Destroy parent object when destroyed. Maintain ref_count + of items in list. + + * gui/minicard/e-minicard.c: Don't set attributes of non-null + items. + + * gui/minicard/e-reflow-sorted.c: Maintain ref_count of items in + list. + + * gui/minicard/e-reflow.c: Maintain ref_count of items in list. + Destroy parent object when destroyed. + +2000-05-09 Christopher James Lahey <clahey@helixcode.com> + * backend/ebook/e-card-simple.c: Fixed some indentation. * contact-editor/contact-editor.glade, |