From: mlichvar Date: Wed, 31 Jan 2007 14:06:27 +0000 (+0000) Subject: - don't add escape key to hot keys by default (#216157) X-Git-Tag: r0-52-5~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65078a565ca20962284ac46d6f9198016a28227f;p=thirdparty%2Fnewt.git - don't add escape key to hot keys by default (#216157) --- diff --git a/form.c b/form.c index 054a0c6..12df175 100644 --- a/form.c +++ b/form.c @@ -471,7 +471,6 @@ newtComponent newtForm(newtComponent vertBar, void * help, int flags) { if (!(form->flags & NEWT_FLAG_NOF12)) { newtFormAddHotKey(co, NEWT_KEY_F12); } - /* TEST */ newtFormAddHotKey (co, NEWT_KEY_ESCAPE); if (vertBar) form->vertBar = vertBar;