From 3ca4175052e8a6c26a6cc93501e92a4436cad3df Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 2 Aug 2005 08:24:31 +0000 Subject: fixed gcc-4.0 warnings. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@457 ee746299-78ed-0310-b773-934348b2243d --- src/about.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/about.c') 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), -- cgit v1.2.3