diff src/globals.c @ 343:63380ea3e65d

Rename recent_list_max/open_recent_max to open_recent_list_maxsize.
author zas_
date Sat, 12 Apr 2008 22:17:14 +0000
parents 07490120df2d
children 673d1eb5af73
line wrap: on
line diff
--- a/src/globals.c	Sat Apr 12 22:10:38 2008 +0000
+++ b/src/globals.c	Sat Apr 12 22:17:14 2008 +0000
@@ -82,7 +82,7 @@
 	options->mousewheel_scrolls = FALSE;
 	options->file_ops.enable_in_place_rename = TRUE;
 	
-	options->recent_list_max = 10;
+	options->open_recent_list_maxsize = 10;
 	
 	options->collections.rectangular_selection = FALSE;