aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-shell-folder-selection-dialog.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 1198ebfcf6..171a5d70ef 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-30 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-shell-folder-selection-dialog.c
+ (e_shell_folder_selection_dialog_construct): Set the default
+ response to GTK_RESPONSE_OK.
+
2003-04-29 Rodney Dawes <dobey@ximian.com>
* Makefile.am: Fix install of evolution
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. */