Added ecore_list_goto_first to the list returned by ecore_hash_keys.

SVN revision: 16054
This commit is contained in:
werkt 2005-08-07 06:08:47 +00:00 committed by werkt
parent 8ad2ab73de
commit 3e74bc08a0
1 changed files with 2 additions and 0 deletions

View File

@ -262,6 +262,8 @@ Ecore_List *ecore_hash_keys(Ecore_Hash *hash)
i++;
}
ecore_list_goto_first(keys);
ECORE_READ_UNLOCK(hash);
return keys;