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/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index fdfb18f911..529af3fa3c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,24 @@ +2001-10-11 Dan Winship + + * 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. + + * Evolution-Storage.idl: Remove "display_name" arg from update + methods. + 2001-10-10 Ettore Perazzoli * e-storage-set-view.c (handle_evolution_path_drag_motion): Ooops, -- cgit v1.2.3