diff src/view_file_icon.c @ 330:57a4ced53618

Rename collection options.
author zas_
date Sat, 12 Apr 2008 08:40:02 +0000
parents c74af1cbd61a
children 767b53cd9ab7
line wrap: on
line diff
--- a/src/view_file_icon.c	Sat Apr 12 08:35:58 2008 +0000
+++ b/src/view_file_icon.c	Sat Apr 12 08:40:02 2008 +0000
@@ -860,7 +860,7 @@
 
 	vfi->prev_selection = end;
 
-	if (!options->collection_rectangular_selection)
+	if (!options->collections.rectangular_selection)
 		{
 		GList *work;
 		IconData *id;
@@ -1382,7 +1382,7 @@
 			{
 			if (event->state & GDK_SHIFT_MASK)
 				{
-				if (!options->collection_rectangular_selection)
+				if (!options->collections.rectangular_selection)
 					{
 					vficon_select_region_util(vfi, old_id, new_id, FALSE);
 					}