matches_update: deselect current plugin if it does not provide items

SVN revision: 49381
This commit is contained in:
Hannes Janetzek 2010-06-01 20:24:15 +00:00
parent 09f77502c8
commit 52c49cefb3
1 changed files with 4 additions and 3 deletions

View File

@ -2871,9 +2871,10 @@ _evry_matches_update(Evry_Selector *sel, int async)
}
if (p->fetch(p, input))
s->cur_plugins = eina_list_append(s->cur_plugins, p);
continue;
{
s->cur_plugins = eina_list_append(s->cur_plugins, p);
continue;
}
next:
if (s->plugin == p)