aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hildon/hildon-live-search.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hildon/hildon-live-search.c b/hildon/hildon-live-search.c
index f8094ee..a87a122 100644
--- a/hildon/hildon-live-search.c
+++ b/hildon/hildon-live-search.c
@@ -842,6 +842,8 @@ hildon_live_search_set_filter (HildonLiveSearch *livesearch,
priv->visible_func_set = TRUE;
}
+ refilter (livesearch);
+
g_object_notify (G_OBJECT (livesearch), "filter");
}
@@ -1105,6 +1107,8 @@ hildon_live_search_set_visible_func (HildonLiveSearch *liv
NULL);
priv->visible_func_set = TRUE;
}
+
+ refilter (livesearch);
}
/**