From e5920a452c2a3ba9267b8e9aef2350ee67dd5791 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 15 Jun 2010 17:45:45 +0300 Subject: Use hildon_live_search_set_text() when hiding the live search widget In order to get advantage of the fix in the previous commit. Fixes: NB#174382 (Only filtered contacts are picked from contact list) --- hildon/hildon-live-search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hildon/hildon-live-search.c b/hildon/hildon-live-search.c index f196e73..fe209fe 100644 --- a/hildon/hildon-live-search.c +++ b/hildon/hildon-live-search.c @@ -588,7 +588,7 @@ static void on_hide_cb (GtkWidget *widget, HildonLiveSearch *live_search) { - gtk_entry_set_text (GTK_ENTRY (live_search->priv->entry), ""); + hildon_live_search_set_text (live_search, ""); gtk_widget_grab_focus (live_search->priv->kb_focus_widget); } -- cgit v1.2.3-18-g5258