aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-08-14 02:12:49 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-08-14 02:12:49 +0800
commit20618e52c5c7004ee3249368e70005c2f089d730 (patch)
tree5c14dde8afbd0a3241e5970c0bce891509f3eb6b
parent395d08f5381213084003ffe3a27531604a373b7e (diff)
downloadgsoc2013-evolution-20618e52c5c7004ee3249368e70005c2f089d730.tar
gsoc2013-evolution-20618e52c5c7004ee3249368e70005c2f089d730.tar.gz
gsoc2013-evolution-20618e52c5c7004ee3249368e70005c2f089d730.tar.bz2
gsoc2013-evolution-20618e52c5c7004ee3249368e70005c2f089d730.tar.lz
gsoc2013-evolution-20618e52c5c7004ee3249368e70005c2f089d730.tar.xz
gsoc2013-evolution-20618e52c5c7004ee3249368e70005c2f089d730.tar.zst
gsoc2013-evolution-20618e52c5c7004ee3249368e70005c2f089d730.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=26922
-rw-r--r--camel/ChangeLog24
1 files changed, 15 insertions, 9 deletions
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 <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>