diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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<string> accepted_dnd_mime_types; - sequence<string> exported_dnd_mime_types; + sequence<string> accepted_dnd_types; + sequence<string> exported_dnd_types; }; typedef sequence<FolderType> FolderTypeList; |