Use file urls for files (hack hack hack).

SVN revision: 52124
This commit is contained in:
Brett Nash 2010-09-10 07:24:03 +00:00
parent da04e33112
commit afa4f05976
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ _longpress(void *objv)
printf("Long press: start drag!\n");
wd->longtimer = NULL;
elm_drag_start(objv, ELM_SEL_FORMAT_IMAGE,"/home/nash/Desktop/IMG_4084.jpg");
elm_drag_start(objv, ELM_SEL_FORMAT_IMAGE,"file:///home/nash/Desktop/IMG_4084.jpg");
evas_object_smart_callback_call(objv, "drag,start", NULL);
return 0; /* Don't call again */