diff --git a/src/modules/everything/evry.c b/src/modules/everything/evry.c index 6d218d1c3..cf7661d7a 100644 --- a/src/modules/everything/evry.c +++ b/src/modules/everything/evry.c @@ -562,6 +562,9 @@ _evry_pop_state(void) s->cur_plugin = NULL; _evry_matches_update(p); + /* FIXME better solution: handle the case that previous plugin fetches async */ + s->cur_plugin = p; + it = eina_list_nth(s->cur_plugin->items, i); if (it)