diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 14:43:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 14:43:19 +0800 |
commit | da776b965267d643c375f6749623da71deda9668 (patch) | |
tree | 8b372237cf772618c17821e02f1fcb10799c63b1 /shell | |
parent | 4b2b8ed9befee1faafa26c006286d35ebbc939fe (diff) | |
download | gsoc2013-evolution-da776b965267d643c375f6749623da71deda9668.tar gsoc2013-evolution-da776b965267d643c375f6749623da71deda9668.tar.gz gsoc2013-evolution-da776b965267d643c375f6749623da71deda9668.tar.bz2 gsoc2013-evolution-da776b965267d643c375f6749623da71deda9668.tar.lz gsoc2013-evolution-da776b965267d643c375f6749623da71deda9668.tar.xz gsoc2013-evolution-da776b965267d643c375f6749623da71deda9668.tar.zst gsoc2013-evolution-da776b965267d643c375f6749623da71deda9668.zip |
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
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. */ |