ecore_list_remove_last -> ecore_list_last_remove

SVN revision: 31410
This commit is contained in:
Peter Wehrfritz 2007-08-19 19:36:53 +00:00
parent fffdd89a4a
commit 9ed7b18db2
1 changed files with 1 additions and 1 deletions

View File

@ -1568,7 +1568,7 @@ efreet_icon_cache_flush(void)
{
Efreet_Icon_Cache *cache;
cache = ecore_list_remove_last(efreet_icon_cache);
cache = ecore_list_last_remove(efreet_icon_cache);
efreet_icon_cache_free(cache);
}
}