diff src/options.h @ 980:a4a38ea9fbaa

Add an option named layout.home_path which modifies the behavior of the Home button. By default, pressing this button goes to the user's home directory. When this option is set to a path, this path is used instead. One can change the option value through Preferences > Advanced > Navigation or directly in .geeqierc. Feature proposed by Colin Clark.
author zas_
date Fri, 22 Aug 2008 21:52:13 +0000
parents ad420f2eb789
children 88ebc61e33ae
line wrap: on
line diff
--- a/src/options.h	Thu Aug 21 22:49:30 2008 +0000
+++ b/src/options.h	Fri Aug 22 21:52:13 2008 +0000
@@ -198,7 +198,8 @@
 		gboolean tools_restore_state;
 
 		gboolean toolbar_hidden;
-
+		
+		gchar *home_path;
 	} layout;
 
 	/* panels */