diff src/thumb_standard.c @ 1036:ab24c46aa6e4

load thumbnails with lower priority TODO: maybe implement an exception for visible thumbnails
author nadvornik
date Wed, 03 Sep 2008 21:54:49 +0000
parents fe82830ab8fd
children 1646720364cf
line wrap: on
line diff
--- a/src/thumb_standard.c	Wed Sep 03 21:13:02 2008 +0000
+++ b/src/thumb_standard.c	Wed Sep 03 21:54:49 2008 +0000
@@ -605,6 +605,7 @@
 static gint thumb_loader_std_setup(ThumbLoaderStd *tl, FileData *fd)
 {
 	tl->il = image_loader_new(fd);
+	image_loader_set_priority(tl->il, G_PRIORITY_LOW);
 
 	if (options->thumbnails.fast)
 		{