From 82d23cd8e6c01615d52a05b555124b0135e45220 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 21 Nov 2002 01:22:39 +0000 Subject: roll forward the fix for the contact editor. 2002-11-20 Chris Toshok * gui/contact-editor/e-contact-editor.c: roll forward the fix for the contact editor. svn path=/trunk/; revision=18874 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/contact-editor/e-contact-editor.c | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d98e78f4ec..2224aefc52 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-11-20 Chris Toshok + + * gui/contact-editor/e-contact-editor.c: roll forward the fix for + the contact editor. + 2002-11-21 Not Zed * gui/component/select-names/e-select-names-bonobo.c diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 107031d9f4..d48066f72b 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -1530,6 +1530,11 @@ e_contact_editor_dispose (GObject *object) { e_contact_editor->book = NULL; } + if (e_contact_editor->select_names_contacts) { + g_object_unref(e_contact_editor->select_names_contacts); + e_contact_editor->select_names_contacts = NULL; + } + if (e_contact_editor->name) { e_card_name_unref(e_contact_editor->name); e_contact_editor->name = NULL; -- cgit