aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-281-1/+1
| | | | svn path=/trunk/; revision=7872
* Remove all instances of non-portable macro `__FUNCTION__' from theEttore Perazzoli2001-01-271-6/+6
| | | | | | shell. svn path=/trunk/; revision=7841
* Fix the logic for updating the shortuct labels when the display namesEttore Perazzoli2001-01-241-0/+34
| | | | | | | | | | 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
* Make `EvolutionStorage' and `ELocalstorage' actually update the CORBAEttore Perazzoli2000-09-121-1/+1
| | | | | | | listeners and fix a bug with the creation of the `EvolutionStorageListener' servant. svn path=/trunk/; revision=5334
* Fix `e_folder_tree_get_folder()' so that it returns NULL (instead ofEttore Perazzoli2000-09-091-0/+3
| | | | | | segfaulting) if there is no folder at the specified @path. svn path=/trunk/; revision=5276
* Implemented a new `EFolderTree' object. Make `EStorage' use itEttore Perazzoli2000-09-091-0/+377
instead of doing the folder tree bookkeeping by itself. Fix my broken fix to Clahey's broken warning fix. svn path=/trunk/; revision=5272