aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
Commit message (Collapse)AuthorAgeFilesLines
* Strdup path when setting the callback data.Christopher James Lahey2000-09-021-1/+0
| | | | | | | | | | 2000-09-01 Christopher James Lahey <clahey@helixcode.com> * e-local-storage.c: Strdup path when setting the callback data. * evolution-storage.c: Removed an unused variable. svn path=/trunk/; revision=5168
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-011-13/+8
| | | | | | | is decoupled from its path, and updated all the components accordingly. svn path=/trunk/; revision=5159
* Remove useless reference to the storage registry in theEttore Perazzoli2000-07-071-10/+2
| | | | | | EvolutionStorage. svn path=/trunk/; revision=3940
* Make EvolutionStorage use the correct name when registering itself.Ettore Perazzoli2000-05-291-1/+1
| | | | svn path=/trunk/; revision=3244
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-0/+395
implemented a BonoboObject for wrapping the Evolution::Storage CORBA interface. Also fixed a few bugs. This makes the shell's storage extensibility usable for Evolution components. svn path=/trunk/; revision=3219