Oops. Fixed a mis-use of GPtrArray. If we set_size, then using
authorJeffrey Stedfast <fejj@ximian.com>
Wed, 22 Aug 2001 17:58:44 +0000 (17:58 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Wed, 22 Aug 2001 17:58:44 +0000 (17:58 +0000)
commit1a9e38879b94dd5a0061b332ecaf7b8218c5ea97
tree29047213628871fde2983702aaa02fae769bc5b4
parent1f27ce43b6308896253fb9e88ae8ab3d716365d8
Oops. Fixed a mis-use of GPtrArray. If we set_size, then using

2001-08-22  Jeffrey Stedfast  <fejj@ximian.com>

* providers/pop3/camel-pop3-folder.c (pop3_generate_uids):
Oops. Fixed a mis-use of GPtrArray. If we set_size, then using
g_ptr_array_add will assume `size' elements have already been
initialized and will start appending on to the end.
camel/ChangeLog
camel/providers/pop3/camel-pop3-folder.c