diff src/view_file_icon.c @ 964:ba1d3c4bc0cd

implemented marks filter
author nadvornik
date Sat, 16 Aug 2008 20:34:14 +0000
parents 1698baa37871
children c24a297efbef
line wrap: on
line diff
--- a/src/view_file_icon.c	Sat Aug 16 07:18:16 2008 +0000
+++ b/src/view_file_icon.c	Sat Aug 16 20:34:14 2008 +0000
@@ -2107,6 +2107,7 @@
 	if (vf->dir_fd)
 		{
 		ret = filelist_read(vf->dir_fd, &new_filelist, NULL);
+		new_filelist = file_data_filter_marks_list(new_filelist, vf_marks_get_filter(vf));
 		}
 
 	vf->list = iconlist_sort(vf->list, vf->sort_method, vf->sort_ascend); /* the list might not be sorted if there were renames */