diff options
Diffstat (limited to 'shell/Evolution-Activity.idl')
-rw-r--r-- | shell/Evolution-Activity.idl | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/shell/Evolution-Activity.idl b/shell/Evolution-Activity.idl index 780cb04f1f..de23d2c53b 100644 --- a/shell/Evolution-Activity.idl +++ b/shell/Evolution-Activity.idl @@ -33,15 +33,12 @@ interface Activity : Bonobo::Unknown { /* Events propagated through the listener: - - "Clicked": The status widget has been clicked on. + - "ShowDetails": The user wants to know details about the + progressing operation. The component should display additional + information about the operation in progress, or raise a pending + alert dialog. - - "DisplayProgress": Display a nice progress dialog for this - operation. - - - "DisplayDialog": The dialog that the component has requested - through ::requestDialog() can now be safely displayed. - - - "Cancelled": The user wants the operation to be cancelled. + - "Cancel": The user wants the operation to be cancelled. */ /** |