# HG changeset patch # User zas_ # Date 1208041320 0 # Node ID 4c80c5e1fd3b73deb3a127c0d2548573f26b9586 # Parent ffb787e833ee63aefdd59eb772c91cc77aeac4ab Use tree_descend_subdirs everywhere. diff -r ffb787e833ee -r 4c80c5e1fd3b src/rcfile.c --- a/src/rcfile.c Sat Apr 12 22:22:11 2008 +0000 +++ b/src/rcfile.c Sat Apr 12 23:02:00 2008 +0000 @@ -278,7 +278,7 @@ write_bool_option(ssi, "show_icon_names", options->show_icon_names); secure_fputc(ssi, '\n'); - write_bool_option(ssi, "tree_descend_folders", options->tree_descend_subdirs); + write_bool_option(ssi, "tree_descend_subdirs", options->tree_descend_subdirs); write_bool_option(ssi, "lazy_image_sync", options->lazy_image_sync); write_bool_option(ssi, "update_on_time_change", options->update_on_time_change); secure_fputc(ssi, '\n'); @@ -548,7 +548,7 @@ "show_icon_names", value, options->show_icon_names); options->tree_descend_subdirs = read_bool_option(f, option, - "tree_descend_folders", value, options->tree_descend_subdirs); + "tree_descend_subdirs", value, options->tree_descend_subdirs); options->lazy_image_sync = read_bool_option(f, option, "lazy_image_sync", value, options->lazy_image_sync); options->update_on_time_change = read_bool_option(f, option,