diff src/layout_util.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 15c6b94545a2
children 5afe77bb563a
line wrap: on
line diff
--- a/src/layout_util.c	Sat Apr 12 22:10:38 2008 +0000
+++ b/src/layout_util.c	Sat Apr 12 22:17:14 2008 +0000
@@ -1031,7 +1031,7 @@
 {
 	if (!path) return;
 
-	history_list_add_to_key("recent", path, options->recent_list_max);
+	history_list_add_to_key("recent", path, options->open_recent_list_maxsize);
 
 	layout_recent_update_all();
 }