diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2010-04-12 13:23:27 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2010-04-12 13:23:27 +0300 |
commit | d8d8cec1defdaad529f2f4383a02c664c3f9af47 (patch) | |
tree | 3ab42c52c7ea8bce183d051bde2346de5875a1dd /hildon/hildon-live-search.c | |
parent | 84f1ed265cf6fff5dc20cd036cde78e15d798136 (diff) |
Revert "[HildonLiveSearch] Unset the filter visible func. during dispose"
This reverts commit fc750821842df60096068c9c9e4b33085a1eecbf. That
commit is broken since the filter is set to NULL. Also, it is not
really possible to change or unset the visible function, so we
are doomed.
Diffstat (limited to 'hildon/hildon-live-search.c')
-rw-r--r-- | hildon/hildon-live-search.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hildon/hildon-live-search.c b/hildon/hildon-live-search.c index 3a1adb2..959fc3a 100644 --- a/hildon/hildon-live-search.c +++ b/hildon/hildon-live-search.c @@ -566,13 +566,6 @@ hildon_live_search_dispose (GObject *object) priv->prefix = NULL; } - if (priv->visible_func_set == TRUE) { - gtk_tree_model_filter_set_visible_func (priv->filter, - FALSE, - NULL, NULL); - priv->visible_func_set = FALSE; - } - if (priv->visible_destroy) { priv->visible_destroy (priv->visible_data); priv->visible_destroy = NULL; |