path will be escaped by e_exec. dont do it here

SVN revision: 48318
This commit is contained in:
Hannes Janetzek 2010-04-25 19:52:18 +00:00
parent 50072b9ecd
commit e2875795e2
1 changed files with 1 additions and 2 deletions

View File

@ -396,8 +396,7 @@ evry_util_exec_app(const Evry_Item *it_app, const Evry_Item *it_file)
}
else
{
tmp = eina_str_escape(file->path);
files = eina_list_append(files, tmp);
files = eina_list_append(files, file->path);
}
e_exec(zone, app->desktop, NULL, files, NULL);