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: improve thumbnailer response =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.144 retrieving revision 1.145 diff -u -3 -r1.144 -r1.145 --- e_fm.c 15 Apr 2007 06:24:06 -0000 1.144 +++ e_fm.c 15 Apr 2007 07:13:11 -0000 1.145 @@ -2079,6 +2079,7 @@ Evas_Coord x, y; int i; + printf("_e_fm2_icons_place_list()\n"); x = y = 0; for (i = 0, l = sd->icons; l; l = l->next, i++) { @@ -4300,6 +4301,10 @@ ic = ll->data; if (ic->realized) { + if (!_e_fm2_icon_visible(ic)) + { + e_thumb_icon_end(ic->obj_icon); + } evas_object_move(ic->obj, sd->x + ic->x - sd->pos.x, sd->y + ic->y - sd->pos.y); =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb_main.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- e_thumb_main.c 5 Apr 2007 17:22:02 -0000 1.27 +++ e_thumb_main.c 15 Apr 2007 07:13:11 -0000 1.28 @@ -182,7 +182,7 @@ eth->file = strdup(file); if (key) eth->key = strdup(key); _thumblist = evas_list_append(_thumblist, eth); - if (!_timer) _timer = ecore_timer_add(0.01, _e_cb_timer, NULL); + if (!_timer) _timer = ecore_timer_add(0.001, _e_cb_timer, NULL); } } break; ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs