diff options
author | Larry Ewing <lewing@ximian.com> | 2003-02-06 14:53:17 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2003-02-06 14:53:17 +0800 |
commit | 73b9effe1291d5938f25978c578c2143ed83dd3b (patch) | |
tree | 09f8f40ef9d031dff98c56d9e0079185ba7752df /mail/ChangeLog | |
parent | f41545330317f05a039fc66852a9e503edaca269 (diff) | |
download | gsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.tar.gz gsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.tar.zst gsoc2013-evolution-73b9effe1291d5938f25978c578c2143ed83dd3b.zip |
add an activate handler to the entry so that hitting return will return an
2003-02-06 Larry Ewing <lewing@ximian.com>
* mail-session.c (pass_activate): add an activate handler to the
entry so that hitting return will return an OK response.
svn path=/trunk/; revision=19800
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 23f92e1541..501e3e15d6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2003-02-06 Larry Ewing <lewing@ximian.com> + + * mail-session.c (pass_activate): add an activate handler to the + entry so that hitting return will return an OK response. + 2003-02-05 Dan Winship <danw@ximian.com> * main.c (main): s/glade_gnome_init/glade_init/ |