From b8e554f92aa2a8c372c6d0dea46b1b5bcd7dd1b1 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sat, 2 Feb 2008 20:44:09 +0100 Subject: [PATCH] --- yaml --- r: 82715 b: refs/heads/master c: 36ef805bd51ef831aa6ed66a23ea0dfbc60d0c3e h: refs/heads/master i: 82713: cd0cfda1cd4b7b70935fd048d57e9b616ce6f718 82711: 72b922c43497e6e18aa844a31b76628c966d5616 v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/mconf.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 14b1fe65317f..4d73a9dad648 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d6fbfa4fce607254c081d7f58227281d08419d4c +refs/heads/master: 36ef805bd51ef831aa6ed66a23ea0dfbc60d0c3e diff --git a/trunk/scripts/kconfig/mconf.c b/trunk/scripts/kconfig/mconf.c index 50e61c411bc0..734cf4f3131e 100644 --- a/trunk/scripts/kconfig/mconf.c +++ b/trunk/scripts/kconfig/mconf.c @@ -821,6 +821,7 @@ static void conf_load(void) return; if (!conf_read(dialog_input_result)) { set_config_filename(dialog_input_result); + sym_set_change_count(1); return; } show_textbox(NULL, _("File does not exist!"), 5, 38);