aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-11 05:49:47 +0800
committerDan Winship <danw@src.gnome.org>2000-07-11 05:49:47 +0800
commit83fa610d1ed92914aaabf8da8510e4a5655e6bed (patch)
tree7af109b4299d40566f5e7ac94e209139c2de0cb7 /camel/ChangeLog
parentb104482c8f50cd485536f1792c527137794f19aa (diff)
downloadgsoc2013-evolution-83fa610d1ed92914aaabf8da8510e4a5655e6bed.tar
gsoc2013-evolution-83fa610d1ed92914aaabf8da8510e4a5655e6bed.tar.gz
gsoc2013-evolution-83fa610d1ed92914aaabf8da8510e4a5655e6bed.tar.bz2
gsoc2013-evolution-83fa610d1ed92914aaabf8da8510e4a5655e6bed.tar.lz
gsoc2013-evolution-83fa610d1ed92914aaabf8da8510e4a5655e6bed.tar.xz
gsoc2013-evolution-83fa610d1ed92914aaabf8da8510e4a5655e6bed.tar.zst
gsoc2013-evolution-83fa610d1ed92914aaabf8da8510e4a5655e6bed.zip
Initialize a variable to make this not crash again. And fix a bug so it
* providers/vee/camel-vee-folder.c (vee_search_by_expression): Initialize a variable to make this not crash again. And fix a bug so it actually does something. svn path=/trunk/; revision=4056
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5ff80fe961..79e74a1004 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2000-07-10 Dan Winship <danw@helixcode.com>
+
+ * providers/vee/camel-vee-folder.c (vee_search_by_expression):
+ Initialize a variable to make this not crash again. And fix a bug
+ so it actually does something.
+
2000-07-10 Jeffrey Stedfast <fejj@helixcode.com>
* camel-folder-summary.c: Cleaned up a bunch of compile warnings