diff options
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r-- | shell/Evolution-ShellComponent.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl index e450aa719f..dabfbf178d 100644 --- a/shell/Evolution-ShellComponent.idl +++ b/shell/Evolution-ShellComponent.idl @@ -142,8 +142,7 @@ module Evolution { through the listener (through OK or CANCEL) whether the shell can quit safely. (This is meant to be used for confirmations before quitting.) */ - oneway void requestQuit (in ShellComponentListener listener) - raises (Busy); + oneway void requestQuit (in ShellComponentListener listener); }; interface ShellComponentListener { |