diff src/layout_image.c @ 144:2310066cc55a

fixed preloading images in file list
author nadvornik
date Mon, 22 Oct 2007 19:58:47 +0000
parents 71e1ebee420e
children 2c534c7c8c1f
line wrap: on
line diff
--- a/src/layout_image.c	Mon Oct 08 19:41:49 2007 +0000
+++ b/src/layout_image.c	Mon Oct 22 19:58:47 2007 +0000
@@ -1167,7 +1167,9 @@
 {
 	if (!layout_valid(&lw)) return;
 
-/*	if (path)
+/*
+This should be handled at the caller: in vflist_select_image
+	if (path)
 		{
 		const gchar *old_path;