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-local-storage.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell/e-local-storage.h') diff --git a/shell/e-local-storage.h b/shell/e-local-storage.h index 8b1d6f2846..a7cb520ba1 100644 --- a/shell/e-local-storage.h +++ b/shell/e-local-storage.h @@ -54,8 +54,6 @@ struct _ELocalStorage { struct _ELocalStorageClass { EStorageClass parent_class; - - void (* folder_updated) (ELocalStorage *local_storage, const char *path); }; -- cgit v1.2.3