elementary/index - fixed typo

Signed-Off-By: ShilpaOnKar Singh(shilpa.singh@samsung.com)



SVN revision: 69164
This commit is contained in:
ChunEon Park 2012-03-10 07:56:54 +00:00
parent 807a56e515
commit f037fd0922
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ _index_item_del(void *data,
"item data reported via callback with the one returned by "
"index's API on items: %s.\n",
elm_object_item_text_get(data),
data == elm_object_item_dataget(event_info) ? "OK" :
data == elm_object_item_data_get(event_info) ? "OK" :
"FAIL, something went wrong");
elm_object_item_del(data);