aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Offline.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-Offline.idl')
-rw-r--r--shell/Evolution-Offline.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Evolution-Offline.idl b/shell/Evolution-Offline.idl
index 282b9fdf17..24973df174 100644
--- a/shell/Evolution-Offline.idl
+++ b/shell/Evolution-Offline.idl
@@ -34,8 +34,8 @@ interface SyncFolderProgressListener {
};
interface Offline : Bonobo::Unknown {
- exception NotPrepared {};
- exception NotSyncing {};
+ exception notPrepared {};
+ exception notSyncing {};
/* Whether the component is currently off-line. */
attribute boolean isOffline;