diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-16 00:02:40 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-16 00:02:40 +0800 |
commit | 0e6bca76165008d39acfffd17216053f3b004e8d (patch) | |
tree | f372d712916cadda635f1c955de39f80f61274f9 /shell/Evolution-Component.idl | |
parent | babacb9101cf739612cb8079f3dd936a53c5d63e (diff) | |
download | gsoc2013-evolution-0e6bca76165008d39acfffd17216053f3b004e8d.tar gsoc2013-evolution-0e6bca76165008d39acfffd17216053f3b004e8d.tar.gz gsoc2013-evolution-0e6bca76165008d39acfffd17216053f3b004e8d.tar.bz2 gsoc2013-evolution-0e6bca76165008d39acfffd17216053f3b004e8d.tar.lz gsoc2013-evolution-0e6bca76165008d39acfffd17216053f3b004e8d.tar.xz gsoc2013-evolution-0e6bca76165008d39acfffd17216053f3b004e8d.tar.zst gsoc2013-evolution-0e6bca76165008d39acfffd17216053f3b004e8d.zip |
kill the correct binary, tidy includes
2004-01-15 JP Rosevear <jpr@ximian.com>
* main.c (kill_dataserver): kill the correct binary, tidy includes
svn path=/trunk/; revision=24243
Diffstat (limited to 'shell/Evolution-Component.idl')
-rw-r--r-- | shell/Evolution-Component.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl index e199629066..dc23fc40be 100644 --- a/shell/Evolution-Component.idl +++ b/shell/Evolution-Component.idl @@ -65,7 +65,7 @@ module Evolution { /* Pop up a new editing dialog for the item with the specified @item_type_name. */ void requestCreateItem (in string item_type_name) - raises (UnknownType); + raises (UnknownType, Failed); /*** URI handling (e.g. for the command-line, "evolution |