Enlightenment CVS committal Author : cedric Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/conf_wallpaper Modified Files: e_int_config_wallpaper_web.c Log Message: Fix from Massimiliano Calamelli ([EMAIL PROTECTED]) with help from Bertrand Janin. It solve a bug that happens when you select a wallpaper for dowload before all thumbs are downloaded. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- e_int_config_wallpaper_web.c 19 Jun 2008 17:30:47 -0000 1.16 +++ e_int_config_wallpaper_web.c 2 Jul 2008 11:05:07 -0000 1.17 @@ -448,7 +448,7 @@ 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)) ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs