e17/evry/exebuf: reduce min chars for search

SVN revision: 63322
This commit is contained in:
Hannes Janetzek 2011-09-11 12:09:53 +00:00
parent b867e58fa3
commit fef808261c
1 changed files with 1 additions and 1 deletions

View File

@ -1108,7 +1108,7 @@ _plugins_init(const Evry_API *api)
p->config_path = "extensions/everything-apps";
_plugins = eina_list_append(_plugins, p);
if (evry->plugin_register(p, EVRY_PLUGIN_SUBJECT, 3))
p->config->min_query = 5;
p->config->min_query = 3;
p = EVRY_PLUGIN_BASE("Applications", _module_icon, EVRY_TYPE_APP,
_begin_mime, _finish, _fetch);