rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=d5aa565440e11cdbb81fa535d850a415268a5f40

commit d5aa565440e11cdbb81fa535d850a415268a5f40
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Mon Jan 18 12:01:28 2016 +0000

    sound_editor: fix ridiculus copy-paste type
---
 src/bin/ui/editors/sound_editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/editors/sound_editor.c 
b/src/bin/ui/editors/sound_editor.c
index 0aecfe6..853ed4c 100644
--- a/src/bin/ui/editors/sound_editor.c
+++ b/src/bin/ui/editors/sound_editor.c
@@ -333,7 +333,7 @@ _add_sample_done(void *data,
 
         res = mem_calloc(1, sizeof(External_Resource));
         res->name = eina_stringshare_add(file_name);
-        res->source = eina_stringshare_printf("%s/images/%s", 
ap.project->develop_path, file_name);
+        res->source = eina_stringshare_printf("%s/sounds/%s", 
ap.project->develop_path, file_name);
 
         if (!ecore_file_exists(res->source))
           {

-- 


Reply via email to