* e_fwin.c: Fix wrong list walk.

SVN revision: 39264
This commit is contained in:
Cedric BAIL 2009-02-27 11:10:28 +00:00
parent b0c84e2215
commit 6053a421dc
1 changed files with 1 additions and 2 deletions

View File

@ -1451,8 +1451,7 @@ _e_fwin_file_open_dialog(E_Fwin *fwin, Eina_List *files, int always)
l = eina_list_append(l, desk);
l = eina_list_sort(l, -1, _e_fwin_dlg_cb_desk_list_sort);
/* reuse mlist var here */
EINA_LIST_FREE(mlist, desk)
EINA_LIST_FREE(l, desk)
{
Evas_Object *icon = NULL;