From 0a7abd8b7fe1e51a1a18b8dfc4c670aae163b0c8 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 7 Mar 2002 22:23:40 +0000 Subject: New function to create a test configuration page for the test component. * 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 --- shell/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 35cea451f8..f4dde8f2d7 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -134,6 +134,8 @@ evolution_SOURCES = \ e-shell-importer.h \ e-shell-offline-handler.c \ e-shell-offline-handler.h \ + e-shell-settings-dialog.c \ + e-shell-settings-dialog.h \ e-shell-startup-wizard.c \ e-shell-startup-wizard.h \ e-shell-user-creatable-items-handler.c \ -- cgit v1.2.3