diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-08-14 02:13:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-08-14 02:13:02 +0800 |
commit | b851882164e75ce857f590e92f0dec0c03771311 (patch) | |
tree | 89444fce1241435f71f8f6b66b371c5b972d3158 /camel/ChangeLog | |
parent | 20618e52c5c7004ee3249368e70005c2f089d730 (diff) | |
download | gsoc2013-evolution-b851882164e75ce857f590e92f0dec0c03771311.tar gsoc2013-evolution-b851882164e75ce857f590e92f0dec0c03771311.tar.gz gsoc2013-evolution-b851882164e75ce857f590e92f0dec0c03771311.tar.bz2 gsoc2013-evolution-b851882164e75ce857f590e92f0dec0c03771311.tar.lz gsoc2013-evolution-b851882164e75ce857f590e92f0dec0c03771311.tar.xz gsoc2013-evolution-b851882164e75ce857f590e92f0dec0c03771311.tar.zst gsoc2013-evolution-b851882164e75ce857f590e92f0dec0c03771311.zip |
Use g_ptr_array_sized_new() rather than using set_size() after creating a
2004-08-13 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
Use g_ptr_array_sized_new() rather than using set_size() after
creating a GPtrArray so that array->len starts out at 0.
(imap4_summary_fetch_flags): Same.
svn path=/trunk/; revision=26923
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 63984d144c..467bdb2e67 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -11,7 +11,7 @@ remove the cal/taksks sources when account is disbaled. Also do not try to to create sources when a disabled account is changed to Novell Groupwise - (camel_gw_listener_construct) : do not add the disbaled accounts + (camel_gw_listener_construct): do not add the disbaled accounts to exitsting groupwise accounts list 2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com> |