comparison src/options.c @ 629:1fa2cb6d9d65

Rename options: startup_path_enable -> startup.restore_path startup_path -> startup.path Geeqie is still able to read old options.
author zas_
date Sun, 11 May 2008 12:23:26 +0000
parents 2ccc7d856d55
children 83d3ded39e49
comparison
equal deleted inserted replaced
628:bbe8e71cdfb2 629:1fa2cb6d9d65
125 125
126 options->slideshow.delay = 150; 126 options->slideshow.delay = 150;
127 options->slideshow.random = FALSE; 127 options->slideshow.random = FALSE;
128 options->slideshow.repeat = FALSE; 128 options->slideshow.repeat = FALSE;
129 129
130 options->startup_path_enable = FALSE; 130 options->startup.restore_path = FALSE;
131 options->startup_path = NULL; 131 options->startup.path = NULL;
132 132
133 options->thumbnails.cache_into_dirs = FALSE; 133 options->thumbnails.cache_into_dirs = FALSE;
134 options->thumbnails.enable_caching = TRUE; 134 options->thumbnails.enable_caching = TRUE;
135 options->thumbnails.fast = TRUE; 135 options->thumbnails.fast = TRUE;
136 options->thumbnails.max_height = DEFAULT_THUMB_HEIGHT; 136 options->thumbnails.max_height = DEFAULT_THUMB_HEIGHT;