aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-06-18 10:48:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-18 10:48:53 +0800
commit056584218d9ef139ecb2a54d4ebc0d11a08a6fd5 (patch)
treeefda248a68e07fffec2a529149ae687cbf091688 /camel/ChangeLog
parente286346c8dfa7926b2384791bb868c36983052c0 (diff)
downloadgsoc2013-evolution-056584218d9ef139ecb2a54d4ebc0d11a08a6fd5.tar
gsoc2013-evolution-056584218d9ef139ecb2a54d4ebc0d11a08a6fd5.tar.gz
gsoc2013-evolution-056584218d9ef139ecb2a54d4ebc0d11a08a6fd5.tar.bz2
gsoc2013-evolution-056584218d9ef139ecb2a54d4ebc0d11a08a6fd5.tar.lz
gsoc2013-evolution-056584218d9ef139ecb2a54d4ebc0d11a08a6fd5.tar.xz
gsoc2013-evolution-056584218d9ef139ecb2a54d4ebc0d11a08a6fd5.tar.zst
gsoc2013-evolution-056584218d9ef139ecb2a54d4ebc0d11a08a6fd5.zip
make 'colon' a const char *
svn path=/trunk/; revision=26406
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 1a1a467966..fbf6c1e1c1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -2,7 +2,7 @@
* providers/imap4/camel-imap4-folder.c (uidset_init): init
tail->last to (guint32) -1, so that index = tail->last + 1 will
- start at 0 :-)
+ start at 0 at the top of uidset_add() :-)
2004-06-17 Rodney Dawes <dobey@novell.com>