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
This commit is contained in:
Chris Toshok
2001-08-20 05:49:12 +00:00
committed by Chris Toshok
parent 07782b1ab9
commit 45ca18de52
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.
2001-08-20 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view.c (setup_storage_set_subwindow): Don't show the

View File

@ -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);
}