comparison src/dupe.c @ 838:9bd49e725ad3

use FileData in thumb_loader
author nadvornik
date Sun, 15 Jun 2008 20:09:15 +0000
parents 764fd82dd099
children f40509d56fe3
comparison
equal deleted inserted replaced
837:f8c22438376c 838:9bd49e725ad3
1338 dupe_thumb_error_cb, 1338 dupe_thumb_error_cb,
1339 NULL, 1339 NULL,
1340 dw); 1340 dw);
1341 1341
1342 /* start it */ 1342 /* start it */
1343 if (!thumb_loader_start(dw->thumb_loader, di->fd->path)) 1343 if (!thumb_loader_start(dw->thumb_loader, di->fd))
1344 { 1344 {
1345 /* error, handle it, do next */ 1345 /* error, handle it, do next */
1346 DEBUG_1("error loading thumb for %s", di->fd->path); 1346 DEBUG_1("error loading thumb for %s", di->fd->path);
1347 dupe_thumb_do(dw); 1347 dupe_thumb_do(dw);
1348 dupe_thumb_step(dw); 1348 dupe_thumb_step(dw);