Skip to content

Commit

Permalink
[dialog-file-access] handle close-dialog with <ESC>
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Sep 2, 2020
1 parent fb42065 commit 094b4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnucash/gnome-utils/dialog-file-access.c
Expand Up @@ -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:
Expand Down

0 comments on commit 094b4ba

Please sign in to comment.