aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-tree.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the logic for updating the shortuct labels when the display namesEttore Perazzoli2001-01-241-16/+21
| | | | | | | | | | 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
* Implemented a new `EFolderTree' object. Make `EStorage' use itEttore Perazzoli2000-09-091-0/+52
instead of doing the folder tree bookkeeping by itself. Fix my broken fix to Clahey's broken warning fix. svn path=/trunk/; revision=5272