GNOME Bugzilla – Bug 251567
The question dialog box can't be close by ESC key.
Last modified: 2013-09-10 14:03:17 UTC
Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: The question dialog box can't be close by ESC key. Steps to reproduce the problem: 1. Invoke your evolution 2. Create a new appointment 3. input some areas 4. save and close it 5. Delete it to display a question dialog Actual Results: After #5,the question dialog can't be closed by ESC key. Expected Results: How often does this happen? Additional Information:
Minor since you can still close with mouse or keyboard (tab).
Created attachment 43307 [details] [review] This patch fixes the bug by changing the response_id of button "YES" and "NO".
This modification is pretty simple. A button with response_id 'GTK_RESPONSE_CANCEL' will make the dialog able to be destroyed by key ESC.
Upping to major so patch gets noticed. Cc'ing dobey since he is working on this kind of fast fixes.
fixed into cvs