1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

get_option_shadow: Set OPT_TOUCHED on the new option

This commit is contained in:
Miciah Dashiel Butler Masters 2007-08-29 13:34:43 +00:00 committed by Miciah Dashiel Butler Masters
parent 9a5f76dbd5
commit d1e16e1066

View File

@ -688,6 +688,8 @@ get_option_shadow(struct option *option, struct option *tree,
* in the options manager. -- Miciah */
add_to_list_end(*shadow_root->value.tree,
shadow_option);
shadow_option->flags |= OPT_TOUCHED;
}
}