aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-selection-dialog.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-05-01 03:49:35 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-05-01 03:49:35 +0800
commit87cb49884360d7d57725d8e568d0551fa977b86a (patch)
treef2b40784102b151ee99264de845f8710701defb8 /shell/e-shell-folder-selection-dialog.c
parent9a9c42d1f62a1c5f2848b267838137cc1029f90d (diff)
downloadgsoc2013-evolution-87cb49884360d7d57725d8e568d0551fa977b86a.tar
gsoc2013-evolution-87cb49884360d7d57725d8e568d0551fa977b86a.tar.gz
gsoc2013-evolution-87cb49884360d7d57725d8e568d0551fa977b86a.tar.bz2
gsoc2013-evolution-87cb49884360d7d57725d8e568d0551fa977b86a.tar.lz
gsoc2013-evolution-87cb49884360d7d57725d8e568d0551fa977b86a.tar.xz
gsoc2013-evolution-87cb49884360d7d57725d8e568d0551fa977b86a.tar.zst
gsoc2013-evolution-87cb49884360d7d57725d8e568d0551fa977b86a.zip
(e_shell_folder_selection_dialog_construct): Set the default
response to GTK_RESPONSE_OK. svn path=/trunk/; revision=21035
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.c')
-rw-r--r--shell/e-shell-folder-selection-dialog.c1
1 files changed, 1 insertions, 0 deletions
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. */