elementary: fix typos.

SVN revision: 66113
This commit is contained in:
Cedric BAIL 2011-12-12 08:53:22 +00:00
parent 4dad454d3e
commit 32cf20b7a5
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ elm_main(int argc __UNUSED__,
list = elm_slideshow_items_get(slideshow);
fprintf(stdout, "List of items in the slideshow:\n");
EINA_LIST_FOREACH(list, l, it)
EINA_LIST_FOREACH(list, l, slide_it)
fprintf(stdout, "\t%s\n",
(const char *)elm_object_item_data_get(slide_it));