ecore api change

SVN revision: 31411
This commit is contained in:
Viktor Kojouharov 2007-08-19 20:45:36 +00:00
parent 28abfe9f2d
commit c00058832b
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ _load_modules(const char *dir)
files = ecore_file_ls(dir);
if (!files) return;
ecore_list_goto_first(files);
ecore_list_first_goto(files);
while ((mod = ecore_list_next(files)))
{
char buf[4096];