Mercurial > geeqie
diff src/rcfile.c @ 345:4c80c5e1fd3b
Use tree_descend_subdirs everywhere.
author | zas_ |
---|---|
date | Sat, 12 Apr 2008 23:02:00 +0000 |
parents | ffb787e833ee |
children | 310dc113085f |
line wrap: on
line diff
--- 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,