summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-10-14 13:37:22 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-10-15 09:51:31 -0400
commitcbd5212e3984859682ceafa8b1c8f874d644cc78 (patch)
treeb50b879e610888d5589c9d24019bca1d4019f120
parent9967669927d9a9d79f08f756a26090384cfb4631 (diff)
downloadnautilus-cbd5212e3984859682ceafa8b1c8f874d644cc78.tar.gz
search-engine-model: clear active search before calling finished
See previous commit.
-rw-r--r--libnautilus-private/nautilus-search-engine-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-search-engine-model.c b/libnautilus-private/nautilus-search-engine-model.c
index 3a57f2b9a..9ccaf6cd2 100644
--- a/libnautilus-private/nautilus-search-engine-model.c
+++ b/libnautilus-private/nautilus-search-engine-model.c
@@ -81,8 +81,8 @@ emit_finished_idle_cb (gpointer user_data)
model->details->hits = NULL;
}
- nautilus_search_provider_finished (NAUTILUS_SEARCH_PROVIDER (model));
model->details->query_pending = FALSE;
+ nautilus_search_provider_finished (NAUTILUS_SEARCH_PROVIDER (model));
g_object_unref (model);
return FALSE;