Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c e_thumb_main.c Log Message: fix thumb display race cond =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- e_fm.c 7 Aug 2006 20:25:34 -0000 1.24 +++ e_fm.c 8 Aug 2006 11:16:19 -0000 1.25 @@ -685,6 +685,7 @@ } E_FREE(sd->tmp.list_index); _e_fm2_queue_free(obj); + _e_fm2_obj_icons_place(sd); } static void =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb_main.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_thumb_main.c 6 Aug 2006 02:16:18 -0000 1.9 +++ e_thumb_main.c 8 Aug 2006 11:16:19 -0000 1.10 @@ -210,6 +210,7 @@ /* take thumb at head of list */ if (_thumblist) { +/* for (l = _thumblist; l; l = l->next) { eth = l->data; @@ -225,6 +226,7 @@ if (eth->key) free(eth->key); free(eth); } + */ if (_thumblist) { eth = _thumblist->data; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs