e-modules/evry* use new macro

SVN revision: 62663
This commit is contained in:
Hannes Janetzek 2011-08-21 15:42:21 +00:00
parent a32adc5c0d
commit b5d3f6f6be
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ _fetch(Evry_Plugin *plugin, const char *input)
else
EVRY_PLUGIN_ITEMS_FREE(p);
return !!(p->base.items);
return EVRY_PLUGIN_HAS_ITEMS(p);
}
/***************************************************************************/