comparison src/rcfile.c @ 2826:d0c6c5ae586b

Option to hide predefined keyword tree Selected on Preferences/General
author Colin Clark <colin.clark@cclark.uk>
date Sun, 26 Aug 2018 19:32:38 +0100
parents 5ed1842634a6
children 5d88a8dfa364
comparison
equal deleted inserted replaced
2825:b29ce668abca 2826:d0c6c5ae586b
306 { 306 {
307 /* General Options */ 307 /* General Options */
308 WRITE_NL(); WRITE_BOOL(*options, show_icon_names); 308 WRITE_NL(); WRITE_BOOL(*options, show_icon_names);
309 WRITE_NL(); WRITE_BOOL(*options, show_star_rating); 309 WRITE_NL(); WRITE_BOOL(*options, show_star_rating);
310 WRITE_NL(); WRITE_BOOL(*options, show_guidelines); 310 WRITE_NL(); WRITE_BOOL(*options, show_guidelines);
311 WRITE_NL(); WRITE_BOOL(*options, show_predefined_keyword_tree);
311 WRITE_SEPARATOR(); 312 WRITE_SEPARATOR();
312 313
313 WRITE_NL(); WRITE_BOOL(*options, tree_descend_subdirs); 314 WRITE_NL(); WRITE_BOOL(*options, tree_descend_subdirs);
314 WRITE_NL(); WRITE_BOOL(*options, view_dir_list_single_click_enter); 315 WRITE_NL(); WRITE_BOOL(*options, view_dir_list_single_click_enter);
315 WRITE_NL(); WRITE_BOOL(*options, lazy_image_sync); 316 WRITE_NL(); WRITE_BOOL(*options, lazy_image_sync);
645 646
646 /* General options */ 647 /* General options */
647 if (READ_BOOL(*options, show_icon_names)) continue; 648 if (READ_BOOL(*options, show_icon_names)) continue;
648 if (READ_BOOL(*options, show_star_rating)) continue; 649 if (READ_BOOL(*options, show_star_rating)) continue;
649 if (READ_BOOL(*options, show_guidelines)) continue; 650 if (READ_BOOL(*options, show_guidelines)) continue;
651 if (READ_BOOL(*options, show_predefined_keyword_tree)) continue;
650 652
651 if (READ_BOOL(*options, tree_descend_subdirs)) continue; 653 if (READ_BOOL(*options, tree_descend_subdirs)) continue;
652 if (READ_BOOL(*options, view_dir_list_single_click_enter)) continue; 654 if (READ_BOOL(*options, view_dir_list_single_click_enter)) continue;
653 if (READ_BOOL(*options, lazy_image_sync)) continue; 655 if (READ_BOOL(*options, lazy_image_sync)) continue;
654 if (READ_BOOL(*options, update_on_time_change)) continue; 656 if (READ_BOOL(*options, update_on_time_change)) continue;