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:
parent
9a5f76dbd5
commit
d1e16e1066
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user