comparison src/options.h @ 1511:73cecf473802

startup path options simplified and moved to layout options
author nadvornik
date Sat, 04 Apr 2009 21:14:34 +0000
parents d7a6fb7a90dd
children 0a1266bde95b
comparison
equal deleted inserted replaced
1510:ad5018434476 1511:73cecf473802
35 gint dnd_icon_size; 35 gint dnd_icon_size;
36 36
37 gboolean save_window_positions; 37 gboolean save_window_positions;
38 gboolean tools_restore_state; 38 gboolean tools_restore_state;
39 39
40 /* start up */
41 struct {
42 gboolean restore_path;
43 gboolean use_last_path;
44 gchar *path;
45 } startup;
46
47 /* file ops */ 40 /* file ops */
48 struct { 41 struct {
49 gboolean enable_in_place_rename; 42 gboolean enable_in_place_rename;
50 43
51 gboolean confirm_delete; 44 gboolean confirm_delete;