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/ChangeLog | 5 +++++ shell/evolution-activity-client.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index bbbc7877ec..fb1be8c7ae 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-08-08 Ettore Perazzoli + + * evolution-activity-client.c (create_icon_from_pixbuf): Set the + release flag on the returned icon to %TRUE. + 2001-08-07 Ettore Perazzoli * e-shortcuts.c (load_shortcuts): If the shortcut points to some 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