diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-05-04 09:51:20 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-05-04 09:51:20 +0800 |
commit | 3fc532ba3c45bfd87b82f095668549de57bee818 (patch) | |
tree | 1d116f9d8819591c7214f58da84cb226eb1c1d93 /addressbook/ChangeLog | |
parent | 5e64711ac811e291e81a85c9071ee0270c7a1761 (diff) | |
download | gsoc2013-evolution-3fc532ba3c45bfd87b82f095668549de57bee818.tar gsoc2013-evolution-3fc532ba3c45bfd87b82f095668549de57bee818.tar.gz gsoc2013-evolution-3fc532ba3c45bfd87b82f095668549de57bee818.tar.bz2 gsoc2013-evolution-3fc532ba3c45bfd87b82f095668549de57bee818.tar.lz gsoc2013-evolution-3fc532ba3c45bfd87b82f095668549de57bee818.tar.xz gsoc2013-evolution-3fc532ba3c45bfd87b82f095668549de57bee818.tar.zst gsoc2013-evolution-3fc532ba3c45bfd87b82f095668549de57bee818.zip |
Do ref, unref in right order, so the same contact can be set twice without
2004-05-03 Hans Petter Jansson <hpj@ximian.com>
* gui/widgets/e-minicard.c (e_minicard_set_property): Do ref, unref
in right order, so the same contact can be set twice without ill
effects.
(e_minicard_finalize): NULL pointers after unreffing their objects.
svn path=/trunk/; revision=25775
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2185e12d93..8da8f7d719 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2004-05-03 Hans Petter Jansson <hpj@ximian.com> + * gui/widgets/e-minicard.c (e_minicard_set_property): Do ref, unref + in right order, so the same contact can be set twice without ill + effects. + (e_minicard_finalize): NULL pointers after unreffing their objects. + +2004-05-03 Hans Petter Jansson <hpj@ximian.com> + * gui/contact-editor/e-contact-editor.c (phones_default): Establish defaults for the phone number option menus. (fill_in_phone_record): Fall back to defaults. |