Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: dialog.c Log Message: Set some keybindings on OK dialog. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/dialog.c,v retrieving revision 1.139 retrieving revision 1.140 diff -u -3 -r1.139 -r1.140 --- dialog.c 7 Jan 2006 07:20:57 -0000 1.139 +++ dialog.c 15 Jan 2006 23:04:52 -0000 1.140 @@ -2064,6 +2064,8 @@ DialogSetText(d, txt); DialogAddButton(d, _("OK"), NULL, 1, DLG_BUTTON_OK); + DialogBindKey(d, "Return", DialogCallbackClose, 0); + DialogBindKey(d, "Escape", DialogCallbackClose, 0); ShowDialog(d); } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs