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/gui/contact-editor/e-contact-editor.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'addressbook/gui') 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 v1.2.3