From 3f72523dfa9fcbea86538b37130b863fc805e7ec Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 7 Mar 2001 23:48:18 +0000 Subject: Added the ability for components to specify drag/drop types, and started some work to get the EStorageSetView to use them. Still in progress, nothing really happens for the user yet. svn path=/trunk/; revision=8589 --- shell/Evolution-ShellComponent.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/Evolution-ShellComponent.idl') diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index 989aa06827..174f7fafdb 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -18,8 +18,8 @@ module Evolution { string name; string icon_name; - sequence accepted_dnd_mime_types; - sequence exported_dnd_mime_types; + sequence accepted_dnd_types; + sequence exported_dnd_types; }; typedef sequence FolderTypeList; -- cgit v1.2.3