diff options
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index c7fcf730d7..3389a0be30 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -951,7 +951,6 @@ bonobo_interface_remove_folder_cb (EvolutionStorage *storage, static void bonobo_interface_update_folder_cb (EvolutionStorage *storage, const char *path, - const char *display_name, int unread_count, void *data) { @@ -964,9 +963,7 @@ bonobo_interface_update_folder_cb (EvolutionStorage *storage, if (folder == NULL) return; - /* e_folder_set_name (folder, display_name); */ e_folder_set_unread_count (folder, unread_count); - return; } |