diff src/view_file_list.c @ 341:15c6b94545a2

Move safe_delete* and in place rename options to file_ops struct. Re-order rc file a bit.
author zas_
date Sat, 12 Apr 2008 22:04:29 +0000
parents df868b947aa0
children 5afe77bb563a
line wrap: on
line diff
--- a/src/view_file_list.c	Sat Apr 12 21:45:30 2008 +0000
+++ b/src/view_file_list.c	Sat Apr 12 22:04:29 2008 +0000
@@ -356,7 +356,7 @@
 	GList *list;
 
 	list = vflist_pop_menu_file_list(vfl);
-	if (options->enable_in_place_rename &&
+	if (options->file_ops.enable_in_place_rename &&
 	    list && !list->next && vfl->click_fd)
 		{
 		GtkTreeModel *store;