Mercurial > geeqie
diff 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 |
line wrap: on
line diff
--- a/src/options.c Sun May 11 11:46:48 2008 +0000 +++ b/src/options.c Sun May 11 12:23:26 2008 +0000 @@ -127,8 +127,8 @@ options->slideshow.random = FALSE; options->slideshow.repeat = FALSE; - options->startup_path_enable = FALSE; - options->startup_path = NULL; + options->startup.restore_path = FALSE; + options->startup.path = NULL; options->thumbnails.cache_into_dirs = FALSE; options->thumbnails.enable_caching = TRUE;
