Mercurial > geeqie
changeset 344:ffb787e833ee
Use startup_path_enable everywhere.
author | zas_ |
---|---|
date | Sat, 12 Apr 2008 22:22:11 +0000 |
parents | 63380ea3e65d |
children | 4c80c5e1fd3b |
files | src/rcfile.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/rcfile.c Sat Apr 12 22:17:14 2008 +0000 +++ b/src/rcfile.c Sat Apr 12 22:22:11 2008 +0000 @@ -283,7 +283,7 @@ write_bool_option(ssi, "update_on_time_change", options->update_on_time_change); secure_fputc(ssi, '\n'); - write_bool_option(ssi, "enable_startup_path", options->startup_path_enable); + write_bool_option(ssi, "startup_path_enable", options->startup_path_enable); write_char_option(ssi, "startup_path", options->startup_path); write_bool_option(ssi, "progressive_keyboard_scrolling", options->progressive_key_scrolling); @@ -555,7 +555,7 @@ "update_on_time_change", value, options->update_on_time_change); options->startup_path_enable = read_bool_option(f, option, - "enable_startup_path", value, options->startup_path_enable); + "startup_path_enable", value, options->startup_path_enable); options->startup_path = read_char_option(f, option, "startup_path", value_all, options->startup_path);