Fix typo from cut & paste

SVN revision: 52037
This commit is contained in:
Brett Nash 2010-09-09 09:12:08 +00:00
parent 67c9425063
commit d2c67592bc
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ _longpress(void *objv)
wd->longtimer = NULL;
elm_drag_start(objv, ELM_SEL_FORMAT_IMAGE,"/home/nash/Desktop/IMG_4084.jpg");
evas_object_smart_callback_call(data, "drag,start", NULL);
evas_object_smart_callback_call(objv, "drag,start", NULL);
return 0; /* Don't call again */
}