diff options
Diffstat (limited to 'src/pdm-dialog.c')
-rw-r--r-- | src/pdm-dialog.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index a1186c35b..be8d7b2df 100644 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -547,6 +547,9 @@ pdm_dialog_remove_button_clicked_cb (GtkWidget *button, PdmActionInfo *action) { pdm_cmd_delete_selection (action); + + /* Restore the focus to the button */ + gtk_widget_grab_focus (button); } static void |