aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r--shell/evolution-shell-component.c2
1 files changed, 2 insertions, 0 deletions
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;
}