diff options
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index f2124c40c8..6519de6f19 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -32,7 +32,7 @@ module Evolution { ShellComponent getComponentByType (in string type) raises (NotFound); - typedef sequence<string> FolderTypeList; + typedef sequence<string> FolderTypeNameList; /** * createNewView: @@ -58,7 +58,7 @@ module Evolution { void selectUserFolder (in FolderSelectionListener listener, in string title, in string default_folder, - in FolderTypeList possible_types) + in FolderTypeNameList possible_types) raises (Busy); /** |