'everything' module: workround - need to find a better way when pop back to a plugin that fetches async

SVN revision: 41296
This commit is contained in:
Hannes Janetzek 2009-07-10 15:57:49 +00:00
parent 234db9b3a3
commit fcd149d896
1 changed files with 3 additions and 0 deletions

View File

@ -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)