aboutsummaryrefslogtreecommitdiffstats
path: root/shell/GNOME_Evolution_TestComponent.oaf
Commit message (Collapse)AuthorAgeFilesLines
* New function to create a test configuration page for the test component.Ettore Perazzoli2002-03-081-0/+26
| | | | | | | | | | | | | | | | | | | | | * evolution-test-component.c (create_configuration_page): New function to create a test configuration page for the test component. (configuration_control_factory_fn): Factory function for the configuration controls. (register_configuration_control_factory): New function to register the factory. (main): Call it. * e-shell-view-menu.c: Add verb "Settings". (command_settings): Implementation for the "Settings" verb. * GNOME_Evolution_TestComponent.oaf: Add a configuration control. * e-shell-settings-dialog.c: New. * e-shell-settings-dialog.h: New. svn path=/trunk/; revision=15977
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-061-13/+1
| | | | | | | | | | | | | | the test component.] * GNOME_Evolution_TestComponent.oaf: Remove the factory. * evolution-test-component.c (COMPONENT_FACTORY_ID): Removed. (component_factory_init): Removed. (register_component): Rename from `component_fn'. No args, no return value. Register the thing on OAF by yourself instead of using a factory. svn path=/trunk/; revision=12639
* Rename `GNOME_Evolution_TestComponent.oafinfo' intoEttore Perazzoli2001-06-251-0/+27
`GNOME_Evolution_TestComponent.oaf'. svn path=/trunk/; revision=10466