aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-activity-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Actually implement the "clicked" signal for the EActivityHandler, andEttore Perazzoli2001-06-251-12/+17
| | | | | | add some small testing code for it in the test component. svn path=/trunk/; revision=10464
* Added an EvolutionActivityClient object to libeshell, to handleEttore Perazzoli2001-06-241-0/+460
updating of progress information from the component's side. This object allows to automatically set a lower limit to the delay between CORBA calls towards the shell, so that the component isn't slowed down too much by doing too frequent updates. Also changed the test component to use this instead of doing CORBA calls directly. svn path=/trunk/; revision=10449