From 87cb49884360d7d57725d8e568d0551fa977b86a Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 30 Apr 2003 19:49:35 +0000 Subject: (e_shell_folder_selection_dialog_construct): Set the default response to GTK_RESPONSE_OK. svn path=/trunk/; revision=21035 --- shell/e-shell-folder-selection-dialog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-shell-folder-selection-dialog.c') diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index 3b707c7ab2..0715a1d9ae 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -416,6 +416,7 @@ e_shell_folder_selection_dialog_construct (EShellFolderSelectionDialog *folder_s NULL); gtk_dialog_set_response_sensitive (GTK_DIALOG (folder_selection_dialog), GTK_RESPONSE_OK, FALSE); + gtk_dialog_set_default_response (GTK_DIALOG (folder_selection_dialog), GTK_RESPONSE_OK); /* Make sure we get destroyed if the shell gets destroyed. */ -- cgit v1.2.3