diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/evolution-activity-client.c | 2 |
2 files changed, 7 insertions, 0 deletions
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 <ettore@ximian.com> + + * evolution-activity-client.c (create_icon_from_pixbuf): Set the + release flag on the returned icon to %TRUE. + 2001-08-07 Ettore Perazzoli <ettore@ximian.com> * 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. */ |