diff src/collect-io.c @ 864:f40509d56fe3

added pixbuf_fallback function fixed thumb loader for non-image files
author nadvornik
date Fri, 27 Jun 2008 21:09:15 +0000
parents 0c3f6ef17d18
children 912726c2f5e3
line wrap: on
line diff
--- a/src/collect-io.c	Fri Jun 27 18:43:05 2008 +0000
+++ b/src/collect-io.c	Fri Jun 27 21:09:15 2008 +0000
@@ -223,7 +223,7 @@
 
 	if (!cd->thumb_loader || !g_list_find(cd->list, cd->thumb_info)) return;
 
-	pixbuf = thumb_loader_get_pixbuf(cd->thumb_loader, TRUE);
+	pixbuf = thumb_loader_get_pixbuf(cd->thumb_loader);
 	collection_info_set_thumb(cd->thumb_info, pixbuf);
 	g_object_unref(pixbuf);