From 1a671a33661fe4f02d0a004e4cf7ce2a1dfc0c63 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Thu, 18 Oct 2001 17:37:59 +0000 Subject: Lag our cardification on focus-out. This seems to help with the unintended 2001-10-18 Jon Trowbridge * gui/component/select-names/e-select-names-manager.c (focus_out_cb): Lag our cardification on focus-out. This seems to help with the unintended cardifications that can result from the weird focus-out/focus-in events that get generated when the popup disappears. * backend/ebook/e-card-compare.c: Removed some debug spew. svn path=/trunk/; revision=13757 --- addressbook/gui/component/select-names/e-select-names-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/select-names/e-select-names-manager.c b/addressbook/gui/component/select-names/e-select-names-manager.c index d392930570..d422265c02 100644 --- a/addressbook/gui/component/select-names/e-select-names-manager.c +++ b/addressbook/gui/component/select-names/e-select-names-manager.c @@ -442,7 +442,7 @@ focus_out_cb (GtkWidget *w, GdkEventFocus *ev, gpointer user_data) ESelectNamesManager *manager = E_SELECT_NAMES_MANAGER (gtk_object_get_data (GTK_OBJECT (entry), "select_names_manager")); if (!e_entry_completion_popup_is_visible (entry)) - e_select_names_model_cardify_all (model, manager->completion_book, 0); + e_select_names_model_cardify_all (model, manager->completion_book, 100); return FALSE; } -- cgit