diff src/view_file_list.c @ 334:df868b947aa0

Rename image-related options.
author zas_
date Sat, 12 Apr 2008 15:04:58 +0000
parents 767b53cd9ab7
children 15c6b94545a2
line wrap: on
line diff
--- a/src/view_file_list.c	Sat Apr 12 09:41:44 2008 +0000
+++ b/src/view_file_list.c	Sat Apr 12 15:04:58 2008 +0000
@@ -848,7 +848,7 @@
 	row = g_list_index(vfl->list, sel_fd);
 	// FIXME sidecar data
 
-	if (sel_fd && options->enable_read_ahead && row >= 0)
+	if (sel_fd && options->image.enable_read_ahead && row >= 0)
 		{
 		if (row > g_list_index(vfl->list, cur_fd) &&
 		    row + 1 < vflist_count(vfl, NULL))