aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-17 01:58:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-17 01:58:47 +0800
commit16f645ab25fff354e42b8348d2eceaa65fad5b86 (patch)
treeb4de3e501adc0f4e3b4b59a855b21f07ef240e2e /mail/ChangeLog
parentc94074f354a6d8a2de9a7c623a79130b3d10e338 (diff)
downloadgsoc2013-evolution-16f645ab25fff354e42b8348d2eceaa65fad5b86.tar
gsoc2013-evolution-16f645ab25fff354e42b8348d2eceaa65fad5b86.tar.gz
gsoc2013-evolution-16f645ab25fff354e42b8348d2eceaa65fad5b86.tar.bz2
gsoc2013-evolution-16f645ab25fff354e42b8348d2eceaa65fad5b86.tar.lz
gsoc2013-evolution-16f645ab25fff354e42b8348d2eceaa65fad5b86.tar.xz
gsoc2013-evolution-16f645ab25fff354e42b8348d2eceaa65fad5b86.tar.zst
gsoc2013-evolution-16f645ab25fff354e42b8348d2eceaa65fad5b86.zip
Don't focus the name_entry widget here.
2004-03-16 Jeffrey Stedfast <fejj@ximian.com> * mail-component.c (impl_requestCreateItem): Don't focus the name_entry widget here. * em-folder-selector.c (em_folder_selector_create_new): Focus the name_entry widget here rather than in mail-component.c svn path=/trunk/; revision=25091
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 148f75eef7..6c7795221d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2004-03-16 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-component.c (impl_requestCreateItem): Don't focus the
+ name_entry widget here.
+
+ * em-folder-selector.c (em_folder_selector_create_new): Focus the
+ name_entry widget here rather than in mail-component.c
+
* em-folder-tree.c (emft_drop_async_desc): New function to return
a description of the async drop operation. Fixes bug #54808.