comparison src/main.c @ 556:fe675761d091

Replace Layout icon_view field by more generic file_view_type. Replace option layout.view_as_icons by layout.file_view_type.
author zas_
date Sat, 03 May 2008 11:34:13 +0000
parents f9bf33be53ff
children 9dc0513837b5
comparison
equal deleted inserted replaced
555:cca1c3b1b948 556:fe675761d091
1212 options->image_overlay.common.enabled = image_osd_get(lw->image, NULL, NULL); 1212 options->image_overlay.common.enabled = image_osd_get(lw->image, NULL, NULL);
1213 } 1213 }
1214 1214
1215 layout_geometry_get_dividers(NULL, &options->layout.main_window.hdivider_pos, &options->layout.main_window.vdivider_pos); 1215 layout_geometry_get_dividers(NULL, &options->layout.main_window.hdivider_pos, &options->layout.main_window.vdivider_pos);
1216 1216
1217 layout_views_get(NULL, &options->layout.dir_view_type, &options->layout.view_as_icons); 1217 layout_views_get(NULL, &options->layout.dir_view_type, &options->layout.file_view_type);
1218 1218
1219 options->layout.show_thumbnails = layout_thumb_get(NULL); 1219 options->layout.show_thumbnails = layout_thumb_get(NULL);
1220 options->layout.show_marks = layout_marks_get(NULL); 1220 options->layout.show_marks = layout_marks_get(NULL);
1221 1221
1222 layout_sort_get(NULL, &options->file_sort.method, &options->file_sort.ascending); 1222 layout_sort_get(NULL, &options->file_sort.method, &options->file_sort.ascending);