diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 18:18:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 18:18:41 +0800 |
commit | 588f0d537f68fce195ab8fa904c3426f728280b3 (patch) | |
tree | 702ed430edf42620ef5ed1ab1f6263b4a2dff610 /shell/evolution-activity-client.c | |
parent | bb74dae1ceebc170045d9e7149cb1106af2d740d (diff) | |
download | gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.gz gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.bz2 gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.lz gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.xz gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.tar.zst gsoc2013-evolution-588f0d537f68fce195ab8fa904c3426f728280b3.zip |
Set the release flag on the returned folder type list too.
* evolution-shell-component.c
(impl_ShellComponent__get_supported_types): Set the release flag
on the returned folder type list too.
* evolution-activity-client.c (create_icon_from_pixbuf): Set the
release flag on the sequence, not the struct that contains it.
svn path=/trunk/; revision=11779
Diffstat (limited to 'shell/evolution-activity-client.c')
-rw-r--r-- | shell/evolution-activity-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-activity-client.c b/shell/evolution-activity-client.c index fd56683f00..22315a37b8 100644 --- a/shell/evolution-activity-client.c +++ b/shell/evolution-activity-client.c @@ -116,7 +116,7 @@ create_icon_from_pixbuf (GdkPixbuf *pixbuf, sp += rowstride; } - CORBA_sequence_set_release (icon_return, TRUE); + CORBA_sequence_set_release (& icon_return->rgba_data, TRUE); } /* Generate an AnimatedIcon from a NULL-terminated @pixbuf_array. */ |