Fix to new Ecore API

SVN revision: 43685
This commit is contained in:
Iván Briano 2009-11-13 23:59:46 +00:00
parent 85111dfe87
commit 52468a9940
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ efreet_desktop_command_file_process(Efreet_Desktop_Command *command, const char
f->pending = 1;
ecore_file_download(uri, f->fullpath, efreet_desktop_cb_download_complete,
efreet_desktop_cb_download_progress, f);
efreet_desktop_cb_download_progress, f, NULL);
}
if (command->flags & EFREET_DESKTOP_EXEC_FLAG_URI)