comparison src/globals.c @ 340:77103f3f2cb1

Rename option thumbnails.enabled to layout.show_thumbnails as it makes more sense.
author zas_
date Sat, 12 Apr 2008 21:45:30 +0000
parents de1c2cd06fce
children 15c6b94545a2
comparison
equal deleted inserted replaced
339:de1c2cd06fce 340:77103f3f2cb1
69 options->enable_metadata_dirs = FALSE; 69 options->enable_metadata_dirs = FALSE;
70 options->file_filter.show_dot_files = FALSE; 70 options->file_filter.show_dot_files = FALSE;
71 options->file_filter.disable = FALSE; 71 options->file_filter.disable = FALSE;
72 72
73 73
74 options->thumbnails.enabled = FALSE; 74 options->layout.show_thumbnails = FALSE;
75 options->file_sort.method = SORT_NAME; 75 options->file_sort.method = SORT_NAME;
76 options->file_sort.ascending = TRUE; 76 options->file_sort.ascending = TRUE;
77 77
78 options->slideshow.delay = 150; 78 options->slideshow.delay = 150;
79 options->slideshow.random = FALSE; 79 options->slideshow.random = FALSE;