From da776b965267d643c375f6749623da71deda9668 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 8 Aug 2001 06:43:19 +0000 Subject: Set the release flag on the returned icon to %TRUE. * evolution-activity-client.c (create_icon_from_pixbuf): Set the release flag on the returned icon to %TRUE. svn path=/trunk/; revision=11764 --- shell/evolution-activity-client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/evolution-activity-client.c') diff --git a/shell/evolution-activity-client.c b/shell/evolution-activity-client.c index eb233728f3..c14596bd13 100644 --- a/shell/evolution-activity-client.c +++ b/shell/evolution-activity-client.c @@ -115,6 +115,8 @@ create_icon_from_pixbuf (GdkPixbuf *pixbuf, *(dp ++) = sp[j]; sp += rowstride; } + + CORBA_sequence_set_release (icon_return, TRUE); } /* Generate an AnimatedIcon from a NULL-terminated @pixbuf_array. */ -- cgit v1.2.3