diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-24 08:56:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-24 08:56:21 +0800 |
commit | 4e98233a4d7f8e06736b716c92a04f7e0709e16e (patch) | |
tree | ce2a7c44513429147e65a7b20f70e52c4e8d3de6 /shell/e-local-storage.h | |
parent | 15a1741ae42da39ffd66e7ba6bd0d73da99e5ac9 (diff) | |
download | gsoc2013-evolution-4e98233a4d7f8e06736b716c92a04f7e0709e16e.tar.gz gsoc2013-evolution-4e98233a4d7f8e06736b716c92a04f7e0709e16e.tar.zst gsoc2013-evolution-4e98233a4d7f8e06736b716c92a04f7e0709e16e.zip |
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
Diffstat (limited to 'shell/e-local-storage.h')
-rw-r--r-- | shell/e-local-storage.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); }; |