From e51bb13fc41584414bdb78cf2ea3d1c86d01133f Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Sat, 31 Mar 2001 06:52:11 +0000 Subject: Call e_select_names_model_clean after adding address. This should deal 2001-03-31 Jon Trowbridge * gui/component/select-names/e-select-names.c (real_add_address_cb): Call e_select_names_model_clean after adding address. This should deal with the bug reports related to stray commas. * gui/component/select-names/e-select-names-model.c (e_select_names_model_clean): Added. Remove all empty destinations. * backend/ebook/e-destination.c (e_destination_is_empty): Added. Check if an EDestination is in essentially a null state. svn path=/trunk/; revision=9067 --- addressbook/gui/component/select-names/e-select-names.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/component/select-names/e-select-names.c') diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index cbe9624be7..30dc482e85 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -149,6 +149,7 @@ real_add_address_cb (int model_row, e_select_names_model_insert (child->source, e_select_names_model_count (child->source), dest); + e_select_names_model_clean (child->source); gtk_object_unref(GTK_OBJECT(card)); } -- cgit v1.2.3