diff src/options.h @ 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 b1a922a32d9c
children 83d3ded39e49
line wrap: on
line diff
--- a/src/options.h	Sun May 11 11:46:48 2008 +0000
+++ b/src/options.h	Sun May 11 12:23:26 2008 +0000
@@ -25,8 +25,6 @@
 	gint show_copy_path;
 
 	/* various */
-	gint startup_path_enable;
-	gchar *startup_path;
 	gint enable_metadata_dirs;
 
 	gint tree_descend_subdirs;
@@ -41,6 +39,11 @@
 
 	gint save_metadata_in_image_file;
 
+	struct {
+		gboolean restore_path;
+		gchar *path;
+	} startup;
+
 	/* file ops */
 	struct {
 		gint enable_in_place_rename;