aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer/ChangeLog5
-rw-r--r--composer/evolution-composer.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 6461add96f..661ce24378 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-12 JP Rosevear <jpr@ximian.com>
+
+ * evolution-composer.c (corba_recipientlist_to_destv): null
+ terminate the destination vector
+
2001-09-10 Jeffrey Stedfast <fejj@ximian.com>
* evolution-composer.c (init): Don't call new_with_sig_file, it no
diff --git a/composer/evolution-composer.c b/composer/evolution-composer.c
index 2562c7c70d..41844a13dc 100644
--- a/composer/evolution-composer.c
+++ b/composer/evolution-composer.c
@@ -66,6 +66,7 @@ corba_recipientlist_to_destv (const GNOME_Evolution_Composer_RecipientList *cl)
e_destination_set_email (destv[i], recip->address);
}
+ destv[cl->_length] = NULL;
return destv;
}
rtions'>+1 * - include patches from OpenBSDdinoex2009-05-0710-55/+156 * - fix build after gnome updatedinoex2009-01-151-0/+12 * - rename patchfilesdinoex2009-01-152-0/+0 * Fix the build w/ newer GTK+2.mezz2009-01-121-0/+2 * - Chase xcb-util shlib bumpmiwi2009-01-091-1/+1 * - add xcb-render-util as dependencydinoex2009-01-051-1/+2 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - remove dir if emptydinoex2008-05-071-0/+1 * - remove dir if emptydinoex2008-05-071-0/+1 * - update to use gtk20dinoex2008-05-042-2/+4 * - set USE_XORGdinoex2007-12-121-2/+2 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-7/+7 * - Chase libexif updatepav2007-05-271-2/+2 * - Chase libexif updatepav2007-05-251-2/+2 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Track libxine update.jylefort2007-02-151-2/+2 * Sync with libxine shared library version bump.nobutaka2006-12-081-1/+1 * - drop USE_X_PREFIXdinoex2006-10-311-1/+1 * Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1 * Sync with libxine shared library version bump.nobutaka2005-12-111-1/+1 * - add SHA checksumdinoex2005-11-131-0/+1 * Chase libxine shared library versionarved2005-09-221-2/+2 * - take maintainershipdinoex2005-08-282-3/+9 * Chase the libxine shared lib version bump.nobutaka2005-04-291-1/+1 * s/^\.elseif/.elif/harti2005-04-131-1/+1 * - exif library version now became .12clsung2005-04-041-2/+2 * - Chase libxine Shared libraryarved2004-12-312-2/+55 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * SIZEify.trevor2004-01-291-0/+1 * LIB_DEPENDS: libxine was bumped to version 9 some time ago.olgeni2004-01-091-1/+1 * Chase libxine shared libary versionarved2003-11-171-2/+2 * Fix dependence on libexif:mr2003-08-121-1/+1 * Chase the libexif shared lib version.marcus2003-07-301-1/+1 * Chase xine library version.arved2003-06-221-2/+2 * Fix build, if WITH_MPLAYER.arved2003-05-181-2/+66 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Chase libxine shared library versionarved2003-04-151-1/+2 * Update to to 0.2.0.p.1.arved2003-04-064-3/+21 * Sync with the category changes of libdvdnav, libxine and xine.nobutaka2003-02-241-1/+1 * de-pkg-commentknu2003-02-212-1/+1 * Add a missing include.arved2003-01-161-0/+10 * Update to 0.1.5pat2003-01-023-14/+19