[dialog-file-access] handle close-dialog with <ESC>

This commit is contained in:
Christopher Lam 2020-08-29 20:10:09 +08:00
parent fb42065213
commit 094b4ba842

View File

@ -161,6 +161,7 @@ gnc_ui_file_access_response_cb(GtkDialog *dialog, gint response, GtkDialog *unus
break;
case GTK_RESPONSE_CANCEL:
case GTK_RESPONSE_DELETE_EVENT:
break;
default: