diff options
Diffstat (limited to 'shell/Evolution-Offline.idl')
-rw-r--r-- | shell/Evolution-Offline.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Evolution-Offline.idl b/shell/Evolution-Offline.idl index 6c86de4289..377132daa3 100644 --- a/shell/Evolution-Offline.idl +++ b/shell/Evolution-Offline.idl @@ -19,7 +19,7 @@ struct Connection { }; typedef sequence<Connection> ConnectionList; -interface OfflineProgressListener : Bonobo::Unknown { +interface OfflineProgressListener { /* Update the shell about the progress of going off-line. The operation is considered completed when the ConnectionList is empty. */ void updateProgress (in ConnectionList current_active_connections); |