comparison src/rcfile.c @ 1511:73cecf473802

startup path options simplified and moved to layout options
author nadvornik
date Sat, 04 Apr 2009 21:14:34 +0000
parents 9c16a93a0fdf
children 0a1266bde95b
comparison
equal deleted inserted replaced
1510:ad5018434476 1511:73cecf473802
280 WRITE_NL(); WRITE_INT(*options, dnd_icon_size); 280 WRITE_NL(); WRITE_INT(*options, dnd_icon_size);
281 WRITE_NL(); WRITE_BOOL(*options, place_dialogs_under_mouse); 281 WRITE_NL(); WRITE_BOOL(*options, place_dialogs_under_mouse);
282 282
283 WRITE_NL(); WRITE_BOOL(*options, save_window_positions); 283 WRITE_NL(); WRITE_BOOL(*options, save_window_positions);
284 WRITE_NL(); WRITE_BOOL(*options, tools_restore_state); 284 WRITE_NL(); WRITE_BOOL(*options, tools_restore_state);
285
286 // WRITE_SUBTITLE("Startup Options");
287
288 WRITE_NL(); WRITE_BOOL(*options, startup.restore_path);
289 WRITE_NL(); WRITE_BOOL(*options, startup.use_last_path);
290 WRITE_NL(); WRITE_CHAR(*options, startup.path);
291
292 285
293 // WRITE_SUBTITLE("File operations Options"); 286 // WRITE_SUBTITLE("File operations Options");
294 287
295 WRITE_NL(); WRITE_BOOL(*options, file_ops.enable_in_place_rename); 288 WRITE_NL(); WRITE_BOOL(*options, file_ops.enable_in_place_rename);
296 WRITE_NL(); WRITE_BOOL(*options, file_ops.confirm_delete); 289 WRITE_NL(); WRITE_BOOL(*options, file_ops.confirm_delete);
598 if (READ_INT(*options, dnd_icon_size)) continue; 591 if (READ_INT(*options, dnd_icon_size)) continue;
599 if (READ_BOOL(*options, place_dialogs_under_mouse)) continue; 592 if (READ_BOOL(*options, place_dialogs_under_mouse)) continue;
600 593
601 if (READ_BOOL(*options, save_window_positions)) continue; 594 if (READ_BOOL(*options, save_window_positions)) continue;
602 if (READ_BOOL(*options, tools_restore_state)) continue; 595 if (READ_BOOL(*options, tools_restore_state)) continue;
603
604 /* startup options */
605
606 if (READ_BOOL(*options, startup.restore_path)) continue;
607
608 if (READ_BOOL(*options, startup.use_last_path)) continue;
609
610 if (READ_CHAR(*options, startup.path)) continue;
611
612 596
613 /* properties dialog options */ 597 /* properties dialog options */
614 if (READ_CHAR(*options, properties.tabs_order)) continue; 598 if (READ_CHAR(*options, properties.tabs_order)) continue;
615 599
616 /* image options */ 600 /* image options */