diff options
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/mconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 50e61c411bc0..734cf4f3131e 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -821,6 +821,7 @@ static void conf_load(void) | |||
821 | return; | 821 | return; |
822 | if (!conf_read(dialog_input_result)) { | 822 | if (!conf_read(dialog_input_result)) { |
823 | set_config_filename(dialog_input_result); | 823 | set_config_filename(dialog_input_result); |
824 | sym_set_change_count(1); | ||
824 | return; | 825 | return; |
825 | } | 826 | } |
826 | show_textbox(NULL, _("File does not exist!"), 5, 38); | 827 | show_textbox(NULL, _("File does not exist!"), 5, 38); |