diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-09-25 23:59:03 +0800 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-09-25 23:59:03 +0800 |
commit | 9b1cc7f981daf8e9c841d82ac1a21c3854930018 (patch) | |
tree | be35d193cacf0f296c652530c7ca689b283fa2da /mail/ChangeLog | |
parent | dc4967ab610a6d97258c8e937b0f623bce89856b (diff) | |
download | gsoc2013-evolution-9b1cc7f981daf8e9c841d82ac1a21c3854930018.tar.gz gsoc2013-evolution-9b1cc7f981daf8e9c841d82ac1a21c3854930018.tar.zst gsoc2013-evolution-9b1cc7f981daf8e9c841d82ac1a21c3854930018.zip |
** Fix for bug #552551
2008-09-25 Philip Withnall <philip@tecnocode.co.uk>
** Fix for bug #552551
* em-folder-browser.c (emfb_search_search_activated): Add a NULL
check for search_word before calling strcmp.
svn path=/trunk/; revision=36451
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 fd1ac0b4d5..34686abb67 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-09-25 Philip Withnall <philip@tecnocode.co.uk> + + ** Fix for bug #552551 + + * em-folder-browser.c (emfb_search_search_activated): Add a NULL + check for search_word before calling strcmp. + 2008-09-25 Sankar P <psankar@novell.com> License Changes |