diff src/pan-view.c @ 838:9bd49e725ad3

use FileData in thumb_loader
author nadvornik
date Sun, 15 Jun 2008 20:09:15 +0000
parents d6a7fb4b8e7c
children efed9a1520d6
line wrap: on
line diff
--- a/src/pan-view.c	Sat Jun 14 21:49:48 2008 +0000
+++ b/src/pan-view.c	Sun Jun 15 20:09:15 2008 +0000
@@ -233,7 +233,7 @@
 					   pan_queue_thumb_done_cb,
 					   NULL, pw);
 
-		if (thumb_loader_start(pw->tl, pi->fd->path)) return FALSE;
+		if (thumb_loader_start(pw->tl, pi->fd)) return FALSE;
 
 		thumb_loader_free(pw->tl);
 		pw->tl = NULL;