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/backend/ebook/e-card-compare.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'addressbook/backend') diff --git a/addressbook/backend/ebook/e-card-compare.c b/addressbook/backend/ebook/e-card-compare.c index d4ffa56dc7..7f0534e2c4 100644 --- a/addressbook/backend/ebook/e-card-compare.c +++ b/addressbook/backend/ebook/e-card-compare.c @@ -258,10 +258,6 @@ e_card_compare_name_to_string_full (ECard *card, const gchar *str, gboolean allo } } - if (match_type != E_CARD_MATCH_NONE) { - g_message ("Matched %s on %s", e_card_name_to_string (card->name), str); - } - if (matched_parts_out) *matched_parts_out = matched_parts; if (first_matched_part_out) -- cgit v1.2.3