'everything' module: update exehist

SVN revision: 41267
This commit is contained in:
Hannes Janetzek 2009-07-07 17:37:31 +00:00
parent 7ffdf5a44e
commit dba9cb315f
1 changed files with 2 additions and 1 deletions

View File

@ -144,8 +144,9 @@ _action(Evry_Plugin *p, Evry_Item *it, const char *input)
files = eina_list_append(files, inst->candidate->uri);
zone = e_util_zone_current_get(e_manager_current_get());
e_exec(zone, desktop, NULL, files, NULL /*"everything"*/);
e_exec(zone, desktop, NULL, files, "everything");
if (!it)
efreet_desktop_free(desktop);