comparison src/globals.c @ 326:509b84801d66

Rename slideshow options.
author zas_
date Sat, 12 Apr 2008 07:46:01 +0000
parents d344bcf37618
children 049d6b00cc14
comparison
equal deleted inserted replaced
325:a0fcd4934266 326:509b84801d66
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
82 options->mousewheel_scrolls = FALSE; 82 options->mousewheel_scrolls = FALSE;
83 options->enable_in_place_rename = TRUE; 83 options->enable_in_place_rename = TRUE;
84 84
85 options->recent_list_max = 10; 85 options->recent_list_max = 10;