comparison src/globals.c @ 329:a51242c032ea

Rename file sorting options.
author zas_
date Sat, 12 Apr 2008 08:35:58 +0000
parents 049d6b00cc14
children 57a4ced53618
comparison
equal deleted inserted replaced
328:a742c200b2e4 329:a51242c032ea
70 options->show_dot_files = FALSE; 70 options->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->thumbnails_enabled = 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;
80 options->slideshow.repeat = FALSE; 80 options->slideshow.repeat = FALSE;
81 81
107 options->fullscreen.show_info = TRUE; 107 options->fullscreen.show_info = TRUE;
108 options->fullscreen.info = NULL; 108 options->fullscreen.info = NULL;
109 109
110 options->dupe_custom_threshold = 99; 110 options->dupe_custom_threshold = 99;
111 111
112 options->file_sort_case_sensitive = FALSE; 112 options->file_sort.case_sensitive = FALSE;
113 113
114 /* layout */ 114 /* layout */
115 options->layout.order = NULL; 115 options->layout.order = NULL;
116 options->layout.style = 0; 116 options->layout.style = 0;
117 117