aboutsummaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/about.c b/src/about.c
index 5374087d..27d817c8 100644
--- a/src/about.c
+++ b/src/about.c
@@ -233,6 +233,7 @@ static void about_create(void)
NULL, NULL, NULL, NULL);
gtk_box_pack_end(GTK_BOX(vbox), confirm_area, FALSE, FALSE, 0);
gtk_widget_grab_default(ok_button);
+ gtk_widget_grab_focus(ok_button);
g_signal_connect_closure
(G_OBJECT(ok_button), "clicked",
g_cclosure_new_swap(G_CALLBACK(gtk_widget_hide_on_delete),