From 1a4d87b9d7830069c3de2cd345556fe83b6779e5 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 11 Oct 2001 18:53:41 +0000 Subject: Remove "display_name" arg from update methods. It was only there to do the * Evolution-Storage.idl: Remove "display_name" arg from update methods. It was only there to do the "Inbox (5)" hack, which is supported directly now. * evolution-storage.c (impl_Storage_updateFolder): no longer takes display_name. (evolution_storage_update_folder, evolution_storage_update_folder_by_uri): Likewise. (class_init): Update signal signature. * evolution-storage-listener.c (impl_GNOME_Evolution_StorageListener_notifyFolderUpdated): No longer takes display_name, but make it pass the unread_count along in the signal it emits. (class_init): Update signal signature. * e-local-storage.c (bonobo_interface_update_folder_cb): * e-corba-storage.c (impl_StorageListener_notifyFolderUpdated): No longer take display_name. svn path=/trunk/; revision=13587 --- shell/evolution-storage-listener.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/evolution-storage-listener.h') diff --git a/shell/evolution-storage-listener.h b/shell/evolution-storage-listener.h index 5d813af408..d10fd61704 100644 --- a/shell/evolution-storage-listener.h +++ b/shell/evolution-storage-listener.h @@ -59,7 +59,7 @@ struct _EvolutionStorageListenerClass { const GNOME_Evolution_Folder *folder); void (* update_folder) (EvolutionStorageListener *storage_listener, const char *path, - const char *display_name); + int unread_count); void (* removed_folder) (EvolutionStorageListener *storage_listener, const char *path); }; -- cgit v1.2.3