comparison src/collect-io.c @ 838:9bd49e725ad3

use FileData in thumb_loader
author nadvornik
date Sun, 15 Jun 2008 20:09:15 +0000
parents e5172386f229
children 0c3f6ef17d18
comparison
equal deleted inserted replaced
837:f8c22438376c 838:9bd49e725ad3
287 collection_load_thumb_error_cb, 287 collection_load_thumb_error_cb,
288 NULL, 288 NULL,
289 cd); 289 cd);
290 290
291 /* start it */ 291 /* start it */
292 if (!thumb_loader_start(cd->thumb_loader, ci->fd->path)) 292 if (!thumb_loader_start(cd->thumb_loader, ci->fd))
293 { 293 {
294 /* error, handle it, do next */ 294 /* error, handle it, do next */
295 DEBUG_1("error loading thumb for %s", ci->fd->path); 295 DEBUG_1("error loading thumb for %s", ci->fd->path);
296 collection_load_thumb_do(cd); 296 collection_load_thumb_do(cd);
297 collection_load_thumb_step(cd); 297 collection_load_thumb_step(cd);