comparison 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
comparison
equal deleted inserted replaced
342:07490120df2d 343:63380ea3e65d
1029 1029
1030 void layout_recent_add_path(const gchar *path) 1030 void layout_recent_add_path(const gchar *path)
1031 { 1031 {
1032 if (!path) return; 1032 if (!path) return;
1033 1033
1034 history_list_add_to_key("recent", path, options->recent_list_max); 1034 history_list_add_to_key("recent", path, options->open_recent_list_maxsize);
1035 1035
1036 layout_recent_update_all(); 1036 layout_recent_update_all();
1037 } 1037 }
1038 1038
1039 /* 1039 /*