From c3aee9824eafb4c86bf7b42f0a191e8e857eabcd Mon Sep 17 00:00:00 2001 From: sebastid Date: Sat, 18 Jun 2005 01:51:37 +0000 Subject: [PATCH] XDnD to ibar works again. SVN revision: 15411 --- src/bin/e_apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index 3603af0e8..46ad14395 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -354,7 +354,7 @@ e_app_files_prepend_relative(Evas_List *files, E_App *before) * attach a callback and wait for the download to finish */ snprintf(buf, sizeof(buf), "%s/%s", _e_apps_path_all, ecore_file_get_file(file)); - if (!ecore_file_download(file, _e_apps_path_all, NULL, NULL)) continue; + if (!ecore_file_download(file, buf, NULL, NULL)) continue; } /* Force rescan of all subdir */ _e_app_subdir_rescan(_e_apps_all);