diff options
author | 3 <NotZed@Ximian.com> | 2001-11-14 06:51:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-11-14 06:51:46 +0800 |
commit | 77b4c60a69f9ce442e3efffa416045305d9de764 (patch) | |
tree | d3616ed60d91ab64075d387630ae480bb4c6130e /camel/ChangeLog | |
parent | 541cb80af5a1dd9f0005ab15827d79acb01e29fb (diff) | |
download | gsoc2013-evolution-77b4c60a69f9ce442e3efffa416045305d9de764.tar.gz gsoc2013-evolution-77b4c60a69f9ce442e3efffa416045305d9de764.tar.zst gsoc2013-evolution-77b4c60a69f9ce442e3efffa416045305d9de764.zip |
If we have no source string, then use undefined, which should always
2001-11-13 <NotZed@Ximian.com>
* camel-filter-search.c (get_source): If we have no source string,
then use undefined, which should always evaluate to FALSE. Fix
for #15267.
svn path=/trunk/; revision=14688
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 964acf2727..82eeb7e846 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-11-13 <NotZed@Ximian.com> + + * camel-filter-search.c (get_source): If we have no source string, + then use undefined, which should always evaluate to FALSE. Fix + for #15267. + 2001-11-12 Jeffrey Stedfast <fejj@ximian.com> * camel-store.c (camel_store_get_folder): Added a |