From e835aa2faf3bf45c930924aaa60a134cdd269c35 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 8 Aug 2001 09:38:46 +0000 Subject: Fill the CORBA sequence once. * evolution-shell-component.c (impl_ShellComponent__get_supported_types): Fill the CORBA sequence once. * e-activity-handler.c (activity_info_free): Unref the icon. svn path=/trunk/; revision=11773 --- shell/evolution-shell-component.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell/evolution-shell-component.c') diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index bd7421c19c..5f5a9721b1 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -160,8 +160,6 @@ impl_ShellComponent__get_supported_types (PortableServer_Servant servant, corba_folder_type->icon_name = CORBA_string_dup (folder_type->icon_name); corba_folder_type->user_creatable = folder_type->user_creatable; - fill_corba_sequence_from_null_terminated_string_array (& corba_folder_type->accepted_dnd_types, - folder_type->accepted_dnd_types); fill_corba_sequence_from_null_terminated_string_array (& corba_folder_type->exported_dnd_types, folder_type->exported_dnd_types); } -- cgit