diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-05-19 23:44:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-05-19 23:44:20 +0800 |
commit | d57e1802891a37ffd4bb212e2022614487fb4369 (patch) | |
tree | 5ff47c5bfbd2d52a268a1055f3a7ceb8de723b3b /mail/ChangeLog | |
parent | 7ea3da7607895f327690fdd03ec4608677ec62b4 (diff) | |
download | gsoc2013-evolution-d57e1802891a37ffd4bb212e2022614487fb4369.tar gsoc2013-evolution-d57e1802891a37ffd4bb212e2022614487fb4369.tar.gz gsoc2013-evolution-d57e1802891a37ffd4bb212e2022614487fb4369.tar.bz2 gsoc2013-evolution-d57e1802891a37ffd4bb212e2022614487fb4369.tar.lz gsoc2013-evolution-d57e1802891a37ffd4bb212e2022614487fb4369.tar.xz gsoc2013-evolution-d57e1802891a37ffd4bb212e2022614487fb4369.tar.zst gsoc2013-evolution-d57e1802891a37ffd4bb212e2022614487fb4369.zip |
** Fixes bug #533465, patch from Ritesh Khadgaray
2008-05-19 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #533465, patch from Ritesh Khadgaray
* mail/em-account-editor.c (emae_url_set_hostport):
Strip whitespace from user-entered hostname.
svn path=/trunk/; revision=35511
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 84d473e6ef..64239de48c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-05-19 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #533465, patch from Ritesh Khadgaray + + * em-account-editor.c (emae_url_set_hostport): + Strip whitespace from user-entered hostname. + 2008-05-19 Srinivasa Ragavan <sragavan@novell.com> * mail/em-folder-view.c: Make non junk learn work again. |