aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.h
Commit message (Collapse)AuthorAgeFilesLines
* convert to use ETree instead of GtkCTree.Chris Toshok2000-08-261-3/+3
| | | | | | | | | | | | | | 2000-08-25 Chris Toshok <toshok@helixcode.com> * e-storage-set-view.c: convert to use ETree instead of GtkCTree. * e-storage-set-view.h: change superclass from GtkCTree to ETable. * main.c (main): call e_cursors_init. * Makefile.am (evolution_LDADD): add libetable.a svn path=/trunk/; revision=5043
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-6/+7
| | | | | | | | it really work though, the components should implement creation functionality by passing an appropriate function pointer in `e_shell_component_new()' for @create_folder_fn. svn path=/trunk/; revision=3504
* Add new files.Ettore Perazzoli2000-05-141-0/+78
svn path=/trunk/; revision=3021