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 a5601f29ab..d920e80956 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -46,11 +46,11 @@ module Evolution { readonly attribute URISchemaList externalUriSchemas ; readonly attribute UserCreatableItemTypeList userCreatableItemTypes; - /* FIXME: Can we use an attribute here? */ exception AlreadyOwned {}; + exception OldOwnerHasDied {}; void setOwner (in Shell shell, in string evolution_homedir) - raises (AlreadyOwned); + raises (AlreadyOwned, OldOwnerHasDied); exception NotOwned {}; |