aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-08-20 13:49:12 +0800
committerChris Toshok <toshok@src.gnome.org>2001-08-20 13:49:12 +0800
commit45ca18de52c18e438590529ab69437a97c38f5e5 (patch)
treef4806336865b3a2cbb1388260ba31d5daa6252ca /shell/evolution-shell-component.c
parent07782b1ab9cdafab66ec86928484e5029cec7d0a (diff)
downloadgsoc2013-evolution-45ca18de52c18e438590529ab69437a97c38f5e5.tar
gsoc2013-evolution-45ca18de52c18e438590529ab69437a97c38f5e5.tar.gz
gsoc2013-evolution-45ca18de52c18e438590529ab69437a97c38f5e5.tar.bz2
gsoc2013-evolution-45ca18de52c18e438590529ab69437a97c38f5e5.tar.lz
gsoc2013-evolution-45ca18de52c18e438590529ab69437a97c38f5e5.tar.xz
gsoc2013-evolution-45ca18de52c18e438590529ab69437a97c38f5e5.tar.zst
gsoc2013-evolution-45ca18de52c18e438590529ab69437a97c38f5e5.zip
fill the corba sequence for the accepted_dnd_types.
2001-08-19 Chris Toshok <toshok@ximian.com> * evolution-shell-component.c (impl__get_supported_types): fill the corba sequence for the accepted_dnd_types. svn path=/trunk/; revision=12249
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 eedbb98695..5e586a2c08 100644
--- a/shell/evolution-shell-component.c
+++ b/shell/evolution-shell-component.c
@@ -202,6 +202,8 @@ impl__get_supported_types (PortableServer_Servant servant,
corba_folder_type->description = CORBA_string_dup (folder_type->description);
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);
}