From 4e98233a4d7f8e06736b716c92a04f7e0709e16e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 24 Jan 2001 00:56:21 +0000 Subject: Fix the logic for updating the shortuct labels when the display names of the corresponding folders change, so that it doesn't crash. I have removed the redundant "folder_updated" signal on `ELocalStorage' and changed EStorage so that it emits "updated_folder" automatically when any of the folders changes its properties. svn path=/trunk/; revision=7770 --- shell/e-storage.h | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/e-storage.h') diff --git a/shell/e-storage.h b/shell/e-storage.h index 3bddafe73a..188ef4eb05 100644 --- a/shell/e-storage.h +++ b/shell/e-storage.h @@ -137,7 +137,6 @@ char *e_storage_get_path_for_physical_uri (EStorage *storage, /* Protected. C++ anyone? */ gboolean e_storage_new_folder (EStorage *storage, const char *path, EFolder *folder); -gboolean e_storage_updated_folder (EStorage *storage, const char *path); gboolean e_storage_removed_folder (EStorage *storage, const char *path); #ifdef __cplusplus -- cgit v1.2.3