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-storage.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/evolution-storage.c') diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index fa62c5244c..4223c83e48 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -279,8 +279,8 @@ get_folder_list_foreach (EFolderTree *tree, } static GNOME_Evolution_FolderList * -impl_Storage_get_folder_list (PortableServer_Servant servant, - CORBA_Environment *ev) +impl_Storage__get_folder_list (PortableServer_Servant servant, + CORBA_Environment *ev) { BonoboObject *bonobo_object; EvolutionStorage *storage; @@ -655,7 +655,7 @@ evolution_storage_get_epv (void) epv = g_new0 (POA_GNOME_Evolution_Storage__epv, 1); epv->_get_name = impl_Storage__get_name; - epv->getFolderList = impl_Storage_get_folder_list; + epv->_get_folderList = impl_Storage__get_folder_list; epv->asyncCreateFolder = impl_Storage_async_create_folder; epv->asyncRemoveFolder = impl_Storage_async_remove_folder; epv->asyncXferFolder = impl_Storage_async_xfer_folder; -- cgit v1.2.3