diff src/options.c @ 630:83d3ded39e49

An option to save and restore the last path used was added. This option appears as startup.use_last_path in rc file. Preferences > General > Startup was modified accordingly.
author zas_
date Sun, 11 May 2008 13:14:58 +0000
parents 1fa2cb6d9d65
children 8cc9f349c670
line wrap: on
line diff
--- a/src/options.c	Sun May 11 12:23:26 2008 +0000
+++ b/src/options.c	Sun May 11 13:14:58 2008 +0000
@@ -127,8 +127,9 @@
 	options->slideshow.random = FALSE;
 	options->slideshow.repeat = FALSE;
 
+	options->startup.path = NULL;
 	options->startup.restore_path = FALSE;
-	options->startup.path = NULL;
+	options->startup.use_last_path = FALSE;
 
 	options->thumbnails.cache_into_dirs = FALSE;
 	options->thumbnails.enable_caching = TRUE;