From 20618e52c5c7004ee3249368e70005c2f089d730 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 13 Aug 2004 18:12:49 +0000 Subject: Use g_ptr_array_sized_new() rather than using set_size() after creating a 2004-08-13 Jeffrey Stedfast * 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=26922 --- camel/ChangeLog | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index b3c11be62e..63984d144c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,17 +1,23 @@ +2004-08-13 Jeffrey Stedfast + + * 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. + 2004-08-13 Sivaiah Nallagatla - * providers/groupwise/camel-gw-listener.c (account_changed): - 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 to exitsting groupwise accounts list + * providers/groupwise/camel-gw-listener.c (account_changed): + 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 + to exitsting groupwise accounts list 2004-08-13 Sivaiah Nallagatla - * providers/groupwise/camel-groupwise-provider.c : update - ssl setting label and title of the soap settings section - Fixes #62747 + * providers/groupwise/camel-groupwise-provider.c: update ssl + setting label and title of the soap settings section. Fixes #62747 2004-08-13 Rodney Dawes -- cgit