From 228991b3170bd7a2e824706818544d93b9406559 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Thu, 5 Jul 2001 09:38:59 +0000 Subject: (camel_message_info_dup_to): Assign the to->strings from the e_poolv_cpy() call, since it may allocaote a new poolv if the lengths do not match. svn path=/trunk/; revision=10790 --- camel/camel-folder-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-folder-summary.c') diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c index bd085b4b3f..1dfdff9dd6 100644 --- a/camel/camel-folder-summary.c +++ b/camel/camel-folder-summary.c @@ -2352,7 +2352,7 @@ camel_message_info_dup_to(const CamelMessageInfo *from, CamelMessageInfo *to) /* Copy strings */ #ifdef DOEPOOLV - e_poolv_cpy (to->strings, from->strings); + to->strings = e_poolv_cpy (to->strings, from->strings); #elif defined (DOESTRV) /* to->strings = e_strv_new(CAMEL_MESSAGE_INFO_LAST); */ e_strv_set(to->strings, CAMEL_MESSAGE_INFO_SUBJECT, camel_message_info_subject(from)); -- cgit v1.2.3