aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with camel-async.Peter Williams2000-08-111-13/+6
| | | | svn path=/trunk/; revision=4687
* Update inline docs.Ettore Perazzoli2000-08-041-1/+1
| | | | svn path=/trunk/; revision=4509
* Add proper cast when filling in the CORBA sequence struct.Ettore Perazzoli2000-07-081-1/+1
| | | | svn path=/trunk/; revision=3952
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-021-3/+27
| | | | | | selection dialog, and update the code that uses it accordingly. svn path=/trunk/; revision=3854
* add "cancel" to FolderSelectionListener.Dan Winship2000-07-011-3/+21
| | | | | | | | | | | | | | | * Evolution-Shell.idl: add "cancel" to FolderSelectionListener. * evolution-shell-client.c (impl_FolderSelectionListener_cancel): Implement cancel (set *uri and *physical_uri to NULL). (evolution_shell_client_user_select_folder): document %NULL uri and physical_uri return values. * e-shell.c (folder_selection_dialog_clicked_cb): If the user clicked "Cancel" or used the wm to close the dialog, call _cancel instead of _selected. svn path=/trunk/; revision=3831
* Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject.Ettore Perazzoli2000-06-301-3/+5
| | | | svn path=/trunk/; revision=3825
* EvolutionShellClient.Ettore Perazzoli2000-06-301-0/+296
svn path=/trunk/; revision=3820