Use g_ptr_array_sized_new() rather than using set_size() after creating a
authorJeffrey Stedfast <fejj@novell.com>
Fri, 13 Aug 2004 18:12:49 +0000 (18:12 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Fri, 13 Aug 2004 18:12:49 +0000 (18:12 +0000)
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.

camel/ChangeLog

index b3c11be..63984d1 100644 (file)
@@ -1,17 +1,23 @@
+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.
+
 2004-08-13  Sivaiah Nallagatla <snallagatla@novell.com>
 
-       * 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 <snallagatla@novell.com>
 
-       * 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  <dobey@novell.com>