SVN revision: 33833
This commit is contained in:
Sebastian Dransfeld 2008-02-24 19:20:08 +00:00
parent 5fffd55830
commit 0fdd25e671
1 changed files with 1 additions and 0 deletions

View File

@ -1766,6 +1766,7 @@ efreet_desktop_cb_download_complete(void *data, const char *file __UNUSED__,
{
Ecore_List *execs;
execs = efreet_desktop_command_build(f->command);
/* TODO: Need to handle the return value from efreet_desktop_command_execs_process */
efreet_desktop_command_execs_process(f->command, execs);
ecore_list_destroy(execs);
efreet_desktop_command_free(f->command);