Fix from Massimiliano Calamelli (mcalamelli@gmail.com) with help

from Bertrand Janin.

It solve a bug that happens when you select a wallpaper for dowload before
all thumbs are downloaded.


SVN revision: 34978
This commit is contained in:
Cedric BAIL 2008-07-02 11:05:07 +00:00
parent 83ebd0c29a
commit aaf6fd85ca
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ _file_click_cb(void *data, Evas_Object *obj, void *ev_info)
cfdata = import->cfdata;
sels = e_fm2_selected_list_get(cfdata->ofm);
if (!sels) return;
if (cfdata->ready_for_edj == 0) return;
//if (cfdata->ready_for_edj == 0) return;
icon_info = sels->data;
if (ecore_list_find(cfdata->names, ECORE_COMPARE_CB(_list_find), icon_info->file))