diff src/options.h @ 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.h	Sun May 11 12:23:26 2008 +0000
+++ b/src/options.h	Sun May 11 13:14:58 2008 +0000
@@ -41,6 +41,7 @@
 
 	struct {
 		gboolean restore_path;
+		gboolean use_last_path;
 		gchar *path;
 	} startup;