aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Update warning message to not say "CRASHING", since it won't if you haveDan Winship2000-06-301-6/+2
| | | | | | | | * evolution-shell-component-client.c (evolution_shell_component_client_new): Update warning message to not say "CRASHING", since it won't if you have current bonobo. svn path=/trunk/; revision=3795
* Oops. except make it actually work.Dan Winship2000-06-191-1/+1
| | | | svn path=/trunk/; revision=3634
* Add a warning before crashing due to a known bug when it can't activate aDan Winship2000-06-191-0/+6
| | | | | | | | | | * evolution-shell-component-client.c (evolution_shell_component_client_new): Add a warning before crashing due to a known bug when it can't activate a component, so people don't have to waste any time trying to figure out what's up. svn path=/trunk/; revision=3633
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-19/+24
| | | | | | | | 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
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+507
IDL methods and new functions to implement on the component side. I have also added a simple folder creation dialog in the shell. It's quite unfinished and untested. svn path=/trunk/; revision=3491