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 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-itip-control.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d7ac3e60fa..61f163101b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2002-05-09 Ettore Perazzoli + + * 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. + 2002-05-07 JP Rosevear * gui/e-itip-control.c (start_calendar_server): start a server a diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 90be0c509c..f8cfe2fea3 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -278,7 +278,7 @@ get_servers (EvolutionShellClient *shell_client, const char *possible_types[], g GNOME_Evolution_FolderList *folder_list; storage = storage_list->_buffer[i]; - folder_list = GNOME_Evolution_Storage_getFolderList (storage, &ev); + folder_list = GNOME_Evolution_Storage__get_folderList (storage, &ev); for (j = 0; j < folder_list->_length; j++) { GNOME_Evolution_Folder folder; -- cgit