From 8cdcac9e18a5c4ea17cacc997de85a90a111c01b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 9 May 2002 15:44:03 +0000 Subject: Rename NotPrepared to notPrepared and NotSyncing to notSyncing. * Evolution-Offline.idl: Rename NotPrepared to notPrepared and NotSyncing to notSyncing. * evolution-storage.c (impl_Storage__get_folder_list): Renamed from impl_Storage_get_folder_list(). * Evolution-Storage.idl: Don't typedef FolderList here. Replace `getFolderList' method with a readonly attribute. * gui/e-itip-control.c (get_servers): use GNOME_Evolution_Storage__get_folderList instead of GNOME_Evolution_Storage_getFolderList since I have now changed that to be an attribute instead of a method. svn path=/trunk/; revision=16732 --- shell/Evolution-Offline.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/Evolution-Offline.idl') 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; -- cgit v1.2.3