menuconfig: fix a regression when canceling the prompt dialog at exit
authorLi Zefan <lizf@cn.fujitsu.com>
Mon, 16 Jan 2012 07:57:39 +0000 (15:57 +0800)
committerMichal Marek <mmarek@suse.cz>
Mon, 16 Jan 2012 13:40:16 +0000 (14:40 +0100)
commit30c4eaafac80cc110efa66d2dfc551386eefdf53
treee68f07f280fbcb820addb8529193be37dc183d54
parent37ae2d5998aa29d8bf52f124199a21341bc6d18d
menuconfig: fix a regression when canceling the prompt dialog at exit

This commit fixes a bug, while introducing a new one..

commit 7203ddbd4be9720649e47d756a001e0c7d7f8ae2
Author: Wang YanQing <udknight@gmail.com>
Date:   Thu Jan 12 11:31:32 2012 +0800

    menuconfig: let make not report error when not save configuration

Pressing ESC should cancel the yes/no dialog and return back to
the main menu, but not exit from menuconfig.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/mconf.c