Merge branch 'message-callback' into kbuild/kconfig
authorMichal Marek <mmarek@suse.cz>
Wed, 27 Oct 2010 22:54:25 +0000 (00:54 +0200)
committerMichal Marek <mmarek@suse.cz>
Wed, 27 Oct 2010 22:54:25 +0000 (00:54 +0200)
Conflicts:
scripts/kconfig/nconf.c

1  2 
scripts/kconfig/confdata.c
scripts/kconfig/lkc_proto.h
scripts/kconfig/nconf.c

Simple merge
Simple merge
@@@ -693,24 -680,12 +673,10 @@@ static int do_exit(void
                if (res)
                        btn_dialog(
                                main_window,
 -                              _("Error during writing of the kernel "
 -                                "configuration.\n"
 -                                "Your kernel configuration "
 -                                "changes were NOT saved."),
 +                              _("Error during writing of configuration.\n"
 +                                "Your configuration changes were NOT saved."),
                                  1,
                                  "<OK>");
-               else {
-                       char buf[1024];
-                       snprintf(buf, 1024,
-                               _("Configuration written to %s\n"
-                                 "End of the configuration.\n"
-                                 "Execute 'make' to start the build or try"
-                                 " 'make help'."), filename);
-                       btn_dialog(
-                               main_window,
-                               buf,
-                               1,
-                               "<OK>");
-               }
                break;
        default:
                btn_dialog(