From 588f0d537f68fce195ab8fa904c3426f728280b3 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 8 Aug 2001 10:18:41 +0000 Subject: 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 --- shell/evolution-shell-component.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/evolution-shell-component.c') diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index 5f5a9721b1..c01b43bb8e 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -164,6 +164,8 @@ impl_ShellComponent__get_supported_types (PortableServer_Servant servant, folder_type->exported_dnd_types); } + CORBA_sequence_set_release (folder_type_list, TRUE); + return folder_type_list; } -- cgit v1.2.3