aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pdm-dialog.c3
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