From 67661fefc75a5a76269b51b7281a272aae438060 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 15 Sep 2005 11:52:47 +0000 Subject: Make Close the default button. 2005-09-15 Christian Persch * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_construct): Make Close the default button. --- src/ephy-toolbar-editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ephy-toolbar-editor.c b/src/ephy-toolbar-editor.c index 098991d8c..a8179dd42 100644 --- a/src/ephy-toolbar-editor.c +++ b/src/ephy-toolbar-editor.c @@ -289,6 +289,7 @@ ephy_toolbar_editor_constructor (GType type, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE); gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_HELP, GTK_RESPONSE_HELP); + gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_CLOSE); gtk_widget_show (editor); -- cgit v1.2.3